VAR.read_csv_xz¶
- classmethod VAR.read_csv_xz(path_to_file, col_names=None)[source]¶
Read/parse a compressed CSV (.csv.xz) data file.
- Parameters:
path_to_file (str) – path to a .csv.xz data file
col_names (list | None) – column names of .csv.xz data, defaults to
None
- Returns:
tabular data of the CSV file
- Return type:
pandas.DataFrame
See examples for the method
BBBikeReader.read_csv_xz().