Deserialize a CSV file to a DataFrame.
Optional configuration file for parsing. The config object is passed directly to PapaParse.parse, please see PapaParse docs for additional options.
Returns a dataframe that was deserialized from the file.
Deserialize a JSON file to a DataFrame.
Returns a dataframe that was deserialized from the file.
Generated using TypeDoc
Reads a file synchonrously to a dataframe.