Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages