dataset-examples
dataset-examples copied to clipboard
Samples for users of the Yelp Academic Dataset
The following links in the README are broken: - http://www.yelp.com/academic_dataset - http://www.yelp.com/dataset_challenge
I get the following errors when trying to convert the JSON files to CSV. I am new to programming so I'd appreciate assistance resolving the issue. Line 10: `import simplejson...
I'm highly interested in collecting non-recommended Yelp reviews. In the current version of the dataset, only recommended reviews are included. Can you share your not recommended reviews as well? or...
I would like to know if there is a way to properly cite the usage of this dataset. Thank you!
I`ve converted all datasets in yelp_dataset except yelp_academic_dataset_business.json. It returns a error: ``` Traceback (most recent call last): File "json_to_csv_converter2.py", line 129, in read_and_write_file(json_file, csv_file, column_names) File "json_to_csv_converter2.py", line 21,...
I have a question. I’m currently writing my master thesis on on the relationship between the time of posting an online review and the belonging rating, length and emotional tone...
hi, I got the following issue while using the python converter to convert the json to csv format: ``` Traceback (most recent call last): File "json_to_csv_converter.py", line 122, in column_names...
hy fellows. When i extract the 'review.json' file then it have not all number of reviews in it which is mention in "review _count" variable. Is there any solution where...
Hi, in category_predictor.py file line 144, there is no mr attribute so the self.mr will cause error in run time.
```# -*- coding: utf-8 -*- """Convert the Yelp Dataset Challenge dataset from json format to csv. For more information on the Yelp Dataset Challenge please visit http://yelp.com/dataset_challenge """ import argparse...