read_record_file_to_dataframe
Attention
This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python. This functionality is only available in the Python toolkits.
def read_record_file_to_dataframe(path: str, serializable: bool = False, pandasCheck: bool = True) -> Union["Series", "DataFrame"]
Creates a pandas DataFrame from any file that passes the OEIsReadable check.
The user is required to have pandas installed in their Python environment. If serializable is
set true, then the DataFrame will contain all non-POD types as bytes.