数据分析 1

# some examplehtml import pandas as pd from pandas import Series,DataFrame #数据提取 df = pd.read_excel('./测试数据.xlsx') df.head() #剔除无用的列 df.drop(labels=['none','none1'],axis=1,inplace=True) #列 df.isnul
相关文章
相关标签/搜索