摘要: 方法一: 直接给column赋值 df.columns=["a", "b"], 所有的column全部重命名 example: 方法二: 使用rename(),可以选择一部分进行重命名。 df.rename(columns={'原列名' : '新列名'}, inplace=True) 阅读全文
posted @ 2017-12-26 15:03 Go_Forward 阅读(1745) 评论(0) 推荐(0) 编辑
摘要: from:https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/ for ubuntu: https://askubuntu.com/questions/981118/correct-way-to-i 阅读全文
posted @ 2017-12-26 14:55 Go_Forward 阅读(208) 评论(0) 推荐(0) 编辑