from_csv

classmethod FrequencyTable.from_csv(filepath, **kwargs)[source]

Factory method to construct a FrequencyTable from CSV file.

Parameters
  • filepath (str) – Path to .csv file.

  • kwargs – Compatibility

Returns

Instance of class

Return type

.FrequencyTable