Reference
Classes
Core classes
Functions
Public functions
- analyze()
-
Run a basic statistical analysis on numeric data.
- summarize()
-
Produce a one-line summary string for a dataset.
- transform()
-
Apply a linear transform to every element.
- plot()
-
Produce a quick text-based plot.
- load_csv()
-
Load a CSV file into a list of row dicts.
- save_csv()
-
Save a list of row dicts to a CSV file.
- export_json()
-
Export data as a formatted JSON file.