Skip to content

Instantly share code, notes, and snippets.

View evashah's full-sized avatar

Eva Shah evashah

  • USA
View GitHub Profile
@evashah
evashah / convert.py
Created June 1, 2016 00:54 — forked from paulgb/convert.py
Convert the Yelp Academic dataset from JSON to CSV files with Pandas.
'''
Convert Yelp Academic Dataset from JSON to CSV
Requires Pandas (https://pypi.python.org/pypi/pandas)
By Paul Butler, No Rights Reserved
'''
import json
import pandas as pd