Python error help: “ValueError: Input contains NaN, infinity or a value too large for dtype('float64').”

后端 未结 0 754
暗喜
暗喜 2020-12-06 18:36

I get the error when trying to run the following code:

df = pd.DataFrame(pd.read_csv(\'x_y.csv\'))
pd.set_option(\'display.max_columns\', None)
df = df.reset_         


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