write_df# caf.toolkit.io.write_df(df, path, **kwargs)[source]# Writes the dataframe at path. Decompresses the df if needed. Parameters: df (DataFrame) – The dataframe to write to disk path (PathLike) – The full path to the dataframe to read in **kwargs – Any arguments to pass to the underlying write function. Returns: The read in df at path. Return type: df