码迷,mamicode.com
首页 > 其他好文 > 详细

Pandas

时间:2019-12-03 11:42:39      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:file   处理   panda   das   head   data   实例化   ram   index   

Pandas 主要用于对数据的处理

import pandas as pd

pd.DataFrame() # 创建实例化对象 df

pd.ExcelFile()

pd.read_csv()

df.info()

df.head()

df.tail()

df.index

df.colums

df[]

df[[]]

df.loc[]

df.iloc[]

Pandas

标签:file   处理   panda   das   head   data   实例化   ram   index   

原文地址:https://www.cnblogs.com/leo2018/p/11975869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!