Iterates over a big list of .mp3 links to get the metadata tags and save it to an Excel file. Results in this error. I appreciate any help. Thanks.
#pri
I have come across the same error while reading JSON file to the pandas frame. adding linesbool, default False parameter solved the issue.
StringData = StringIO(obj.get()['Body'].read().decode('utf-8')) mydata = pdf.read_json(StringData, lines=True)