StudyNotes-dataframe内置函数

这篇博客探讨了Pandas DataFrame的内置函数,包括绘图方法如面积图、条形图、散点图等,以及数据组合与连接操作如append、assign、join和merge。此外,还介绍了如何将CSV文件中object类型的日期转换为datetime。
摘要由CSDN通过智能技术生成

1.dataframe函数

1.作图

DataFrame.plot([x, y, kind, ax, ….]) #DataFrame plotting accessor and method
DataFrame.plot.area([x, y]) #面积图Area plot
DataFrame.plot.bar([x, y]) #垂直条形图Vertical bar plot
DataFrame.plot.barh([x, y]) #水平条形图Horizontal bar plot
DataFrame.plot.box([by]) #箱图Boxplot
DataFrame.plot.density(**kwds) #核密度Kernel Density Estimate plot
DataFrame.plot.hexbin(x, y[, C, …]) #Hexbin plot
DataFrame.plot.hist([by, bins]) #直方图Histogram
DataFrame.plot.kde(**kwds) #核密度Kernel Density Estimate plot
DataFrame.plot.line([x, y]) #线图Line plot
DataFrame.plot.pie([y]) #饼图Pie chart
DataFrame.plot.scatter(x, y[, s, c]) #散点图Scatter plot
DataFrame.boxplot([column, by, ax, …]) #Make a box plot from DataFrame column optionally grouped by some columns or
DataFrame.hist(data[, column, by, grid, …]) #Draw histogram of the DataFrame’s series using

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值