Updated documentation.

This commit is contained in:
2024-07-02 16:49:48 +02:00
parent b816e62f3b
commit 177a5aa2a1

View File

@ -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