.drop() function in pandas module returns a key error

前端 未结 0 1352
轮回少年
轮回少年 2020-12-15 06:37

I imported pandas into a jupyter notebook environment and read data from a CSV file using the block of code below:

import pandas as pd
air_data = pd.read_csv(         


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