Skip to content
logo
In Silico Framework
pandas_to_pickle
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
        • IO
        • analyze
        • db_initializers
        • isf_data_base
          • IO
            • LoaderDumper
              • cell
              • dask_to_categorized_msgpack
              • dask_to_msgpack
              • dask_to_parquet
              • just_create_folder
              • just_create_isf_db
              • numpy_to_msgpack
              • numpy_to_npy
              • numpy_to_npz
              • numpy_to_zarr
              • pandas_to_msgpack
              • pandas_to_parquet
              • pandas_to_pickle
                • Loader
                • check
                • dump
              • pandas_to_pickle
                • Loader
                • check
                • dump
                • Classes
                • Functions
              • parent_classes
              • reduced_lda_model
              • shared_numpy_store
              • to_cloudpickle
              • to_msgpack
              • to_pickle
              • utils
              • load
              • get_dumper_string_by_dumper_module
              • generic_to_specific_databases_module_name
              • get_dumper_string_by_savedir
            • dask_wrappers
          • isf_data_base
        • data_base
        • data_base_register
        • dbopen
        • distributed_lock
        • exceptions
        • settings
        • utils
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Classes
    • Functions

    data_base ❭ isf_data_base ❭ IO ❭ LoaderDumper ❭ pandas_to_pickle

    pandas_to_pickle¶

    Read and write a pandas DataFrame to the pickle format.

    See also

    pandas_to_parquet for the Apache parquet format.

    Classes¶

    Loader

    Loader for pickle files to pandas DataFrames

    Functions¶

    check(obj)

    Check whether the object can be saved with this dumper

    dump(obj, savedir)

    Save the pandas DataFrame to a .pickle file in the specified directory

    Previous dump
    Next Loader
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial