from_csv¶
- classmethod FrequencyTable.from_csv(filepath, **kwargs)[source]¶
Factory method to construct a
FrequencyTablefrom CSV file.- Parameters
filepath (str) – Path to .csv file.
kwargs – Compatibility
- Returns
Instance of class
- Return type
.FrequencyTable