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

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-524#comments
黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-523 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-523 Fri, 21 Dec 2018 16:00:33 +0800 黄婕儿 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是不是会运行比较慢呢?这两个一直没有出图

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-523#comments
黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-522 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-522 Fri, 21 Dec 2018 15:38:16 +0800 黄婕儿 十分感谢!!

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-522#comments
黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-521 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-521 Fri, 21 Dec 2018 15:35:24 +0800 黄婕儿 请问可否分享一下python源代码以及数据呢?

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-521#comments
NYC http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-520 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-520 Fri, 21 Dec 2018 15:34:43 +0800 NYC https://github.com/niyanchun/AI_Learning/blob/master/SampleData/banking.csv

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-520#comments
黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-519 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-519 Fri, 21 Dec 2018 15:13:04 +0800 黄婕儿 后面的运行也出现了错误。可以指点迷津吗?或者可以分享一下你下载的数据吗?

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-519#comments
NYC http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-518 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-518 Fri, 21 Dec 2018 15:07:45 +0800 NYC 没影响

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

]]>
http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-517#comments