diplomat.utils.track_formats.load_diplomat_table
- diplomat.utils.track_formats.load_diplomat_table(path_or_buf: str | BufferedReader) DataFrame[source]
Load a diplomat-pandas pose table from a CSV file.
- Parameters:
path_or_buf – The file path or file handle to load the CSV from.
- Returns:
A pd.DataFrame, being the diplomat-pandas pose table stored at the given location.