vak.prep.dataset_df_helper#

Helper functions for working with datasets represented as a pandas.DataFrame

Functions

add_split_col(df, split)

Add a 'split' column to a pandas DataFrame.

get_dataset_csv_filename(data_dir_name, timenow)

Get name of csv file representing dataset.

get_dataset_csv_path(dataset_path, ...)

Returns the path that should be used to save a pandas DataFrame representing a dataset to a csv file.