0xIbra / python-data-reader

Lightweight Python package that can lazily read large data files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python package that lazily reads data from large JSON, XML and CSV files.

Why not use the already existing libs you ask ?
Well, for me, it was crucial to have a small package size that can be deployed to a Serverless environment as this was the main goal.

This package has only one dependency, and that is ijson which itself is small.

Installation

pip install data-reader

API Reference

About

Lightweight Python package that can lazily read large data files.


Languages

Language:Python 100.0%