Skip to content

0xIbra/python-data-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Reader

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 is itself small.

Installation

pip install data-reader

API Reference

About

Lightweight Python package that can lazily read large data files.

Topics

Resources

Stars

Watchers

Forks

Languages