SkillAgentSearch skills...

Itertable

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

Install / Use

/learn @wq/Itertable

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

Installation

API <br> CLIGIS

Extending IterTable <br> BaseIterLoadersParsersMappers

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated1d ago
Forks11

Languages

Python

Security Score

100/100

Audited on Apr 8, 2026

No findings