.. _f-dataframeio: module ``df.dataframe_io`` ========================== Short summary +++++++++++++ module ``pandas_streaming.df.dataframe_io`` Saves and reads a :epkg:`dataframe` into a :epkg:`zip` file. :githublink:`%|py|6` Functions +++++++++ +--------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | function | truncated documentation | +==============================================================+=========================================================================================+ | :func:`read_zip ` | Reads a :epkg:`dataframe` from a :epkg:`zip` file. It can be saved by :func:`read_zip`. | +--------------------------------------------------------------+-----------------------------------------------------------------------------------------+ | :func:`to_zip ` | Saves a :epkg:`Dataframe` into a :epkg:`zip` file. It can be read by :func:`to_zip`. | +--------------------------------------------------------------+-----------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: pandas_streaming.df.dataframe_io :members: :special-members: __init__ :show-inheritance: