摘要:
##python 去除Excel中的重复行数据 导入pandas import pandas as pd 1.读取excel中的数据; frame = pd.DataFrame(pd.read_csv('excel的绝对路径.csv'’, 'Sheet1')) 2.去除重复行后的数据; data = 阅读全文
posted @ 2021-01-25 01:45
ZombieeCoding
阅读(39)
评论(0)
推荐(0)
摘要:
#1、安装VScode 官网即可 #2、Texlive下载 清华镜像文件(硬盘有) ##安装与配置参考 https://zhuanlan.zhihu.com/p/41855480 阅读全文
posted @ 2021-01-25 01:42
ZombieeCoding
阅读(78)
评论(0)
推荐(0)
摘要:
Python基础教程 https://www.runoob.com/python/python-tutorial.html 阅读全文
posted @ 2021-01-25 01:39
ZombieeCoding
阅读(177)
评论(0)
推荐(0)