Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 557 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 557 Bytes

pysolution

Python solution

JSON to CSV transformation

Folder jsontocsv contains a solution to the stackoverflow question:

How to convert a JSON file to CSV using Python?

And has also a comparison to the Pandas simple solution.
With a bunch of different sample json files.

Contribution

Feel free to acd more solutions to this repository with a PR.