Skip to content

Someone posted on LinkedIn a method to read multiple json files, then export as json. I felt there could be a slightly more elegant approach to this, hence this snippet. Without having a sample of their json data, I've built my own sets for testing purposes.

Notifications You must be signed in to change notification settings

borosuk/multiple_json_files_to_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multiple JSON files to CSV

Someone posted on LinkedIn a method to read multiple json files into a Pandas dataframe, then export as csv.

I felt there could be a slightly more elegant approach to this, hence this snippet. Without having a sample of their json data, I've built my own sets for testing purposes.

Disclaimer for data used

JSON data has been generated using json-generator, subsequently formatted to match the example from json.org.

About

Someone posted on LinkedIn a method to read multiple json files, then export as json. I felt there could be a slightly more elegant approach to this, hence this snippet. Without having a sample of their json data, I've built my own sets for testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published