Skip to main content

Iterable API for tabular datasets including CSV, XLSX, XML, & JSON.

Project description

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

Installation

API
CLIGIS

Extending IterTable
BaseIterLoadersParsersMappers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

itertable-2.2.0.tar.gz (52.0 kB view hashes)

Uploaded Source

Built Distribution

itertable-2.2.0-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page