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)
Documentation
Project details
Release history Release notifications | RSS feed
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 details)
Built Distribution
itertable-2.2.0-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file itertable-2.2.0.tar.gz
.
File metadata
- Download URL: itertable-2.2.0.tar.gz
- Upload date:
- Size: 52.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ebdd0919a71ac2b8850fc3f45990fbe9520ec3cfd65eba00ab8f92785459314 |
|
MD5 | 7468ed54271e2b5c78059329539229b8 |
|
BLAKE2b-256 | d0fc33654fff4f25e171a611f55cdc6e98e84693af197f791072d33a76c00724 |
File details
Details for the file itertable-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: itertable-2.2.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 422ba4f4fd95cda6138553c098d74d0b3ccc2bb90be02816e6cfaf0c79ff87e6 |
|
MD5 | 9ddec799c33e9e90b4d1516db481bbdb |
|
BLAKE2b-256 | 9011c210922134273701abeeaa34f528c11faccb10e7e1710178c9fb007ab3cb |