TOP250movie_douban icon indicating copy to clipboard operation
TOP250movie_douban copied to clipboard

ValueError: Unexpected character found when decoding array value (2)

Open miaoxu9999 opened this issue 6 years ago • 2 comments

pd.read_json( datafile, lines=True)

miaoxu9999 avatar Nov 25 '18 08:11 miaoxu9999

I think you can use this code to solve error:,I fixed this problem

data_item = pd.read_json(open("D:/douban/douban_movie/data/movie_item.json", "r", encoding="utf8"),lines=True)

Ronales avatar Apr 29 '19 12:04 Ronales

Hello Thanks for the help i have used above code to read a json file but it gives Invalid argument error in path where i stored the file.

Sukrut3107 avatar Nov 19 '19 11:11 Sukrut3107