TOP250movie_douban
TOP250movie_douban copied to clipboard
ValueError: Unexpected character found when decoding array value (2)
pd.read_json( datafile, lines=True)
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)
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.