pandas使用教程

5 篇文章 0 订阅
1 篇文章 0 订阅

 

1.read_csv使用

https://blog.csdn.net/zjyklwg/article/details/79556545

2.drop_duplicates去除重复项使用

https://blog.csdn.net/qq_28811329/article/details/79962511

3.python中axis=0 axis=1的理解

https://blog.csdn.net/jiaxinhong/article/details/81772392

4 python中numpy库 unique使用

note:会对列表进行自动由小到大排序

https://blog.csdn.net/yangyuwen_yang/article/details/79193770

5.pandas修改列类型

df_raw_data['reldirection'] = df_raw_data['reldirection'].astype(str)

6.pandas修改列名

df_2019_real_evil_phones.rename(columns = {'phone_num':'phone'},inplace = True)

7.将series类型转为list

df['a'].tolist()

8.pandas中merge函数使用

建议直接看pandas中的api

https://blog.csdn.net/maymay_/article/details/80148125

9.pandas当列很多输出时中间的很多列都被隐藏了,如果要print所有的列,添加两行代码1

pd.set_option('display.max_rows', None)
pd.set_option('display.max_columns', None)

10.Pandas中分组计数且不计重复的实现

https://blog.csdn.net/SissiMeow/article/details/84485198

11.多条件删除dataframe行

https://www.cnblogs.com/everfight/p/pandas_condition_remove.html

12.unix时间转为datetime

https://blog.csdn.net/u013243986/article/details/79739316

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值