NYC's Blog - 使用Pandas探索数据 的评论 http://niyanchun.com/explore-data-with-pandas.html 做数据分析时,对数据越了解,越有助于我们去分析,本文介绍如何使用Pandas探索数据。1. Pandas简介Pandas是Python中一个高性能库,提供了非常易用的数据结构以及丰富的函数工具用... NYC http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-524 2018-12-21T17:39:44+08:00 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-523 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是不是会运行比较慢呢?这两个一直没有出图 黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-522 2018-12-21T15:38:16+08:00 十分感谢!! 黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-521 2018-12-21T15:35:24+08:00 请问可否分享一下python源代码以及数据呢? NYC http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-520 2018-12-21T15:34:43+08:00 https://github.com/niyanchun/AI_Learning/blob/master/SampleData/banking.csv 黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-519 2018-12-21T15:13:04+08:00 后面的运行也出现了错误。可以指点迷津吗?或者可以分享一下你下载的数据吗? NYC http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-518 2018-12-21T15:07:45+08:00 没影响 黄婕儿 http://niyanchun.com/explore-data-with-pandas.html/comment-page-1#comment-517 2018-12-21T15:06:01+08:00 大神,你好,我是一个python新手,最近有一份数据挖掘的作业,便浏览到了大佬您的代码,但是我在用df.describe()的时候数字并没有对齐,这对后面的运行会不会有影响呢?