dataset-examples icon indicating copy to clipboard operation
dataset-examples copied to clipboard

Samples for users of the Yelp Academic Dataset

Results 30 dataset-examples issues
Sort by recently updated
recently updated
newest added

Current version of convertor is not compatible with python 3. Here is the fixed version: `# -*- coding: utf-8 -*- """Convert the Yelp Dataset Challenge dataset from json format to...

Hi I am trying to convert json code into CSV and I am using the code that you have provided, however I am running into some errors. When I write...

"Categories" column in data-set is split into subsequent columns. A simple query to view "state" column is throwing chunks from previous column's strings. Reason may be comma used in many...

Hey, I came across your codebase, and I'm interested in using your json_to_csv_converter.py file to convert the .json files to .csv files from the yelp data challenge. However, when I...

Hi, I am a lil confused about the dataset. The dataset that I have/downloaded- that yelp provides are 5 different json files(`yelp_academic_dataset_business.json, yelp_academic_dataset_checkin.json, yelp_academic_dataset_review.json, yelp_academic_dataset_tip.json, yelp_academic_dataset_user.json`).. However, in the examples...

This record has a city vaue that looks like an address: ``` { "attributes": { "Accepts Credit Cards": true , "Parking": { "garage": false , "lot": true , "street": false...

So after successfully converts json to csv, when I open it up, most columns are blank. I'm using Python 2.7.6 and OS X Yosemite. Any ideas why this is happening?...

Thank you for compiling the dataset. Currently the photo metadata looks like: ``` { // string, 22 character unique photo id "photo_id": "_nN_DhLXkfwEkwPNxne9hw", // string, 22 character business id, maps...

some encoding problems occured in the environment simplejson=3.19.1 python=3.9.15

Hi, I have a question about extracting the `review.json` from `yelp_academic_dataset.json`. I just execute the following: ``` python review_autopilot/autopilot.py yelp_academic_dataset.json > autopilot.json ``` the autopilot.json = review.json or not? Thanks