Skip to content

salauddintapu/JSONL-To-DataFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JSONL-To-DataFrame

Pandas can handle json files by default but jsonline files are a bit tricky to handle. This repo can read jsonl files and generate output in list or pandas dataframe formats. Just clone the repo in your system, call jsonl_parse and generate output as you need.

Acknowledgement:

Monkey see, monkey do
Stack Overflow
Pandas Documentation and others