import pandas as pd
import numpy as np
#
df=pd.read_csv("HR.csv")
print(df)
python3数据分析与挖掘建模
原文:https://www.cnblogs.com/mylinpython/p/9073882.html