:py:mod:`CASBI.preprocessing`
=============================

.. py:module:: CASBI.preprocessing

.. autodoc2-docstring:: CASBI.preprocessing
   :allowtitles:

Module Contents
---------------

Functions
~~~~~~~~~

.. list-table::
   :class: autosummary longtable
   :align: left

   * - :py:obj:`extract_parameter_array <CASBI.preprocessing.extract_parameter_array>`
     - .. autodoc2-docstring:: CASBI.preprocessing.extract_parameter_array
          :summary:
   * - :py:obj:`gen_files <CASBI.preprocessing.gen_files>`
     - .. autodoc2-docstring:: CASBI.preprocessing.gen_files
          :summary:
   * - :py:obj:`preprocess <CASBI.preprocessing.preprocess>`
     - .. autodoc2-docstring:: CASBI.preprocessing.preprocess
          :summary:
   * - :py:obj:`load_data <CASBI.preprocessing.load_data>`
     - .. autodoc2-docstring:: CASBI.preprocessing.load_data
          :summary:
   * - :py:obj:`gen_dataframe <CASBI.preprocessing.gen_dataframe>`
     - .. autodoc2-docstring:: CASBI.preprocessing.gen_dataframe
          :summary:

API
~~~

.. py:function:: extract_parameter_array(sim_path='str', file_path='str', position_flag=False) -> None
   :canonical: CASBI.preprocessing.extract_parameter_array

   .. autodoc2-docstring:: CASBI.preprocessing.extract_parameter_array

.. py:function:: gen_files(sim_path: str, file_path: str, position_flag=False) -> None
   :canonical: CASBI.preprocessing.gen_files

   .. autodoc2-docstring:: CASBI.preprocessing.gen_files

.. py:function:: preprocess(file_dir: str, preprocess_dir: str) -> None
   :canonical: CASBI.preprocessing.preprocess

   .. autodoc2-docstring:: CASBI.preprocessing.preprocess

.. py:function:: load_data(file_path)
   :canonical: CASBI.preprocessing.load_data

   .. autodoc2-docstring:: CASBI.preprocessing.load_data

.. py:function:: gen_dataframe(file_dir: str, dataframe_path: str) -> None
   :canonical: CASBI.preprocessing.gen_dataframe

   .. autodoc2-docstring:: CASBI.preprocessing.gen_dataframe
