Skip to content

Instantly share code, notes, and snippets.

View lgellis's full-sized avatar

Little Miss Data lgellis

View GitHub Profile
@asw456
asw456 / convert.py
Created July 19, 2013 04:18 — forked from paulgb/convert.py
'''
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