Meenu
Meenu
This would be great! It seems like this has been around for a while but there are no non-hacky solutions for it till now.
Thank you! Also, it worked for me only after I changed line 26 and line 17 to this: with open(json_file_path, encoding="utf-8") as fin:
> @mattdee @meenurajapandian After making the above changes I get this: > > UnicodeEncodeError: 'charmap' codec can't encode character '\x9c' in position 112: character maps to > > any thoughts...
> @meenurajapandian, i have python 3.6 and newbie to this language. Can you please help me how to set the json file path. I want to convert yelp data set....