Skip to content

smpurkis/fast_json_normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Json Normalize

A package designed to be a drop in replacement for the pandas json normalize function, as it can be rather slow when dealing with very large json files.

It can be installed using

pip install fast-json-normalize

(plan on making a pull request once I've integrated it into a fork of Pandas

Pull request has been accepted into Pandas, see 40035

Even with this been pulled into Pandas, this implementation should still be 50-80% faster, due to the Cython implementation, while the pull request I made with Pandas was pure Python

About

A package designed to be a fast implementation for the pandas json normalize function, as it can be rather slow when dealing with very large json objects

Resources

License

Stars

8 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages