NYC's Blog - 使用Pandas探索数据 的评论 做数据分析时,对数据越了解,越有助于我们去分析,本文介绍如何使用Pandas探索数据。1. Pandas简介Pandas是Python中一个高性能库,提供了非常易用的数据结构以及丰富的函数工具用... 2018-12-21T17:39:44+08:00 Typecho http://niyanchun.com/feed/atom/explore-data-with-pandas.html <![CDATA[NYC]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-524 2018-12-21T17:39:44+08:00 2018-12-21T17:39:44+08:00 NYC https://niyanchun.com.cn/ https://github.com/niyanchun/AI_Learning/blob/master/DataExplorer/explore_data_using_pandas.ipynb

]]>
<![CDATA[黄婕儿]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-523 2018-12-21T16:00:33+08:00 2018-12-21T16:00:33+08:00 黄婕儿 df.plot(kind='density', subplots=True, figsize=(12,8), layout=(3,4), sharex=False)
df.plot(kind='box', subplots=True, figsize=(12,8), layout=(3,4), sharex=False, sharey=False)
前面可以一直执行。jupyter是不是会运行比较慢呢?这两个一直没有出图

]]>
<![CDATA[黄婕儿]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-522 2018-12-21T15:38:16+08:00 2018-12-21T15:38:16+08:00 黄婕儿 十分感谢!!

]]>
<![CDATA[黄婕儿]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-521 2018-12-21T15:35:24+08:00 2018-12-21T15:35:24+08:00 黄婕儿 请问可否分享一下python源代码以及数据呢?

]]>
<![CDATA[NYC]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-520 2018-12-21T15:34:43+08:00 2018-12-21T15:34:43+08:00 NYC https://niyanchun.com.cn/ https://github.com/niyanchun/AI_Learning/blob/master/SampleData/banking.csv

]]>
<![CDATA[黄婕儿]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-519 2018-12-21T15:13:04+08:00 2018-12-21T15:13:04+08:00 黄婕儿 后面的运行也出现了错误。可以指点迷津吗?或者可以分享一下你下载的数据吗?

]]>
<![CDATA[NYC]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-518 2018-12-21T15:07:45+08:00 2018-12-21T15:07:45+08:00 NYC https://niyanchun.com.cn/ 没影响

]]>
<![CDATA[黄婕儿]]> http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-517 2018-12-21T15:06:01+08:00 2018-12-21T15:06:01+08:00 黄婕儿 大神,你好,我是一个python新手,最近有一份数据挖掘的作业,便浏览到了大佬您的代码,但是我在用df.describe()的时候数字并没有对齐,这对后面的运行会不会有影响呢?

]]>