os.path.isdir()函数的作用和用法-判断是否为目录
os.path.isfile(‘E:\book\temp’) 判断是否为文件
[tf.concat中axis的含义与使用] (说的比较清楚)(https://blog.youkuaiyun.com/ddydavie/article/details/84972990)
python写入txt文件正常,但是写入csv文件中文乱码问题。encoding=‘utf-8-sig’
pandas.DataFrame.reset_index (之后有什么问题,直接看pandas官网文档,可在文档里直接search)
pandas的index、columns:
df.reset_index(drop=True)
df.loc[]