數據分析 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
相關文章
相關標籤/搜索