wq
itertable
Python

⇔ IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.

Last updated Apr 8, 2026
53
Stars
11
Forks
1
Issues
0
Stars/day
Attention Score
26
Language breakdown
Python 100.0%
Files click to expand
README

IterTable is a Pythonic API for iterating through tabular data formats, including CSV, XLSX, XML, and JSON.

from itertable import load_file

for row in load_file("example.xlsx"): print(row.date, row.name)

Latest PyPI Release Release Notes License GitHub Stars GitHub Forks GitHub Issues

Tests Python Support

[Documentation][docs]

[Installation][installation]

[API][api]
[CLI][cli] • [GIS][gis]

[Extending IterTable][custom]
[BaseIter][base] • [Loaders][loaders] • [Parsers][parsers] • [Mappers][mappers]

[docs]: https://django-data-wizard.wq.io/itertable/

[installation]: https://django-data-wizard.wq.io/itertable/#getting-started [api]: https://django-data-wizard.wq.io/itertable/#overview [cli]: https://django-data-wizard.wq.io/itertable/#command-line-interface [custom]: https://django-data-wizard.wq.io/itertable/custom [base]: https://django-data-wizard.wq.io/itertable/base [loaders]: https://django-data-wizard.wq.io/itertable/loaders [parsers]: https://django-data-wizard.wq.io/itertable/parsers [mappers]: https://django-data-wizard.wq.io/itertable/mappers [gis]: https://django-data-wizard.wq.io/itertable/gis

🔗 More in this category

© 2026 GitRepoTrend · wq/itertable · Updated daily from GitHub