You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data read should be refactored so that reading overall only opens the file once, not twice or more fore header and data read. The conversion from int to datetime should be moved to a property so that it's optional, e.g. if one just wants to write the int times exporting Whisper to Parquet. An example for this dump to Parquet should be added to the README.
Next the WhisperArchive as_numpy, as_dataframe, as_series should be refactored to offer flexible access to any data format the user wants (including raw e.g. for debugging, but in correct byte order)
The data read should be refactored so that reading overall only opens the file once, not twice or more fore header and data read. The conversion from int to datetime should be moved to a property so that it's optional, e.g. if one just wants to write the int times exporting Whisper to Parquet. An example for this dump to Parquet should be added to the README.
whisper-pandas/whisper_pandas.py
Lines 208 to 239 in d35a1fe
The text was updated successfully, but these errors were encountered: