Skip to content

Lightweight Python package that can lazily read large data files.

Notifications You must be signed in to change notification settings

0xIbra/python-data-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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