Skip to content

Latest commit

 

History

History
57 lines (52 loc) · 1.4 KB

dataiter.rst

File metadata and controls

57 lines (52 loc) · 1.4 KB

dataiter

The following functions are shorthand helpers for use in conjunction with .DataFrame.aggregate, see the guide on aggregation </aggregation> for details.

~dataiter.all ~dataiter.any ~dataiter.count ~dataiter.count_unique ~dataiter.first ~dataiter.last ~dataiter.max ~dataiter.mean ~dataiter.median ~dataiter.min ~dataiter.mode ~dataiter.nth ~dataiter.quantile ~dataiter.std ~dataiter.sum ~dataiter.var

The following read functions are convenience aliases to the correspoding methods of the classes generally most suitable for the particular file type, i.e. .DataFrame for CSV, NPZ and Parquet, .GeoJSON for GeoJSON and .ListOfDicts for JSON.

~dataiter.read_csv ~dataiter.read_geojson ~dataiter.read_json ~dataiter.read_npz ~dataiter.read_parquet

dataiter