Updated documentation.
This commit is contained in:
@ -489,9 +489,7 @@ def save_processed_dataframe_to_hdf5(df, annotator, output_filename): # src_hdf5
|
||||
Parameters:
|
||||
df (pd.DataFrame): DataFrame containing processed time series.
|
||||
annotator (): Annotator object with get_metadata method.
|
||||
hdf5_path (str): Path to the source HDF5 file.
|
||||
script_date (str): Date of the data generation script.
|
||||
script_name (str): Name of the data generation script.
|
||||
output_filename (str): Path to the source HDF5 file.
|
||||
"""
|
||||
# Convert datetime columns to string
|
||||
datetime_cols = df.select_dtypes(include=['datetime64']).columns
|
||||
|
Reference in New Issue
Block a user