随笔分类 -  数据分析

摘要:原文地址:https://stackabuse.com/reading-and-writing-json-to-a-file-in-python/ Over the last 5-10 years, the JSON format has been one of, if not the most, 阅读全文
posted @ 2018-12-18 01:47 凯撒鸡肉卷 阅读(129) 评论(0) 推荐(0)
摘要:原文地址:https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html Tidy data (This is an informal and code heavy version of the full tidy dat 阅读全文
posted @ 2018-12-14 17:11 凯撒鸡肉卷 阅读(613) 评论(0) 推荐(0)
摘要:原文地址:https://www.zybuluo.com/jk88876594/note/802632 DataFrame——数据清洗 阿雷边学边教python数据分析第3期——pandas与numpy 1.缺失值处理 python中用NaN(Not a Number)表示缺失数据 (1)判断缺失值 阅读全文
posted @ 2018-12-04 20:49 凯撒鸡肉卷 阅读(1827) 评论(0) 推荐(0)
摘要:原文地址:http://bluewhale.cc/2016-08-21/python-data-cleaning.html 数据清洗是一项复杂且繁琐(kubi)的工作,同时也是整个数据分析过程中最为重要的环节。有人说一个分析项目80%的时间都是在清洗数据,这听起来有些匪夷所思,但在实际的工作中确实如 阅读全文
posted @ 2018-12-04 20:47 凯撒鸡肉卷 阅读(570) 评论(0) 推荐(0)
摘要:原文地址:https://machinelearningmastery.com/handle-missing-data-python/ Real-world data often has missing values. Data can have missing values for a numbe 阅读全文
posted @ 2018-12-04 20:28 凯撒鸡肉卷 阅读(403) 评论(0) 推荐(0)
摘要:收集 根据数据来源及其格式,收集数据的步骤各不相同。 高级收集过程:获取数据(从互联网下载文件、抓取网页、查询 API 等),然后将该数据导入编程环境(例如 Jupyter Notebook)。 评估 评估数据的目的包括: 质量:内容问题。低质量数据也称为脏数据。 整洁度:使分析难易进行的问题。不整 阅读全文
posted @ 2018-11-23 02:33 凯撒鸡肉卷 阅读(320) 评论(0) 推荐(0)
摘要:原文地址:https://datacarpentry.org/python-ecology-lesson/03-index-slice-subset/index.html Loading our data We will continue to use the surveys dataset tha 阅读全文
posted @ 2018-11-23 01:50 凯撒鸡肉卷 阅读(418) 评论(0) 推荐(0)
摘要:原文地址:GitHub - jtleek/datasharing: The Leek group guide to data sharing https://github.com/jtleek/datasharing This is a guide for anyone who needs to s 阅读全文
posted @ 2018-11-23 01:08 凯撒鸡肉卷 阅读(174) 评论(0) 推荐(0)
摘要:原文地址:https://simplystatistics.org/2016/02/17/non-tidy-data/ During the discussion that followed the ggplot2 posts from David and I last week we starte 阅读全文
posted @ 2018-11-23 01:05 凯撒鸡肉卷 阅读(181) 评论(0) 推荐(0)
摘要:原文地址:https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html (This is an informal and code heavy version of the full tidy data paper. P 阅读全文
posted @ 2018-11-23 00:57 凯撒鸡肉卷 阅读(265) 评论(0) 推荐(0)