jade.utils.dataframe_utils

Contains pandas dataframe utility functions.

Functions

read_dataframe(filename[, index_col, ...])

Convert filename to a dataframe.

read_dataframe_by_substring(directory, substring)

Return a dataframe for the file containing substring.

read_dataframe_handle_missing(filename[, ...])

Convert filename to a dataframe.

read_dataframes_by_substrings(directory, ...)

Return dataframes for files in the directory.

write_dataframe(df, file_path[, compress, ...])

Write the dataframe to a file with in a format matching the extension.