I'm getting UnicodeDecodeError when trying to load a JSON file into a dataframe

后端 未结 0 1474
遇见更好的自我
遇见更好的自我 2021-01-13 23:31

So, I\'m using the following code to get pandas to read my JSON text file-

f = open(\'C:/Users/stans/WFH Project/data.json\') 
data = json.load(f)
df = pd.Dat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题