#1.获取默认路径import os
print (os.path.abspath('.'))
my_path = os.path.abspath('.')
#2.读取数据
my_data = pd.read_csv(os.path.join(my_path,'my_data.csv'))