VarReadParse.read_csv_xz

classmethod VarReadParse.read_csv_xz(csv_xz_pathname, col_names=None)

Read/parse a compressed CSV (.csv.xz) data file.

Parameters
  • csv_xz_pathname (str) – path to a .csv.xz data file

  • col_names (list or 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().