pydpeet.read#

pydpeet.read(config=None, input_path=None, keep_all_additional_data=False, custom_folder_path=None)[source]#

Read and convert battery test data into the unified PyDPEET format.

Convenience wrapper around convert() that always returns DataFrames (no output_path for saving files).

See convert() for full documentation.

Parameters:
  • config (TypeAliasForwardRef('pydpeet.settings.ConfigLike') | None)

  • input_path (object)

  • keep_all_additional_data (bool)

  • custom_folder_path (str | None)

Return type:

DataFrame | list[DataFrame]