All Projects → hangsz → Pandas Tutorial

hangsz / Pandas Tutorial

适合初级到中级晋升者,有了体系之后就看熟练度了。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pandas Tutorial

Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-97.6%)
Mutual labels:  jupyter-notebook, pandas
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (-17.84%)
Mutual labels:  jupyter-notebook, pandas
Pandas basics
basic pandas tutorials
Stars: ✭ 34 (-97.28%)
Mutual labels:  jupyter-notebook, pandas
Crime Analysis
Association Rule Mining from Spatial Data for Crime Analysis
Stars: ✭ 20 (-98.4%)
Mutual labels:  jupyter-notebook, pandas
Pydata Pandas Workshop
Material for my PyData Jupyter & Pandas Workshops, I'm also available for personal in-house trainings on request
Stars: ✭ 65 (-94.8%)
Mutual labels:  jupyter-notebook, pandas
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+2459.6%)
Mutual labels:  jupyter-notebook, pandas
Pandas Ta
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators
Stars: ✭ 962 (-23.04%)
Mutual labels:  jupyter-notebook, pandas
Pandas exercises
Practice your pandas skills!
Stars: ✭ 7,140 (+471.2%)
Mutual labels:  jupyter-notebook, pandas
Python
Jupyter notebooks and datasets for the interesting pandas/python/data science video series.
Stars: ✭ 65 (-94.8%)
Mutual labels:  jupyter-notebook, pandas
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (-95.28%)
Mutual labels:  jupyter-notebook, pandas
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+566.32%)
Mutual labels:  jupyter-notebook, pandas
Disease Prediction From Symptoms
Disease Prediction based on Symptoms.
Stars: ✭ 70 (-94.4%)
Mutual labels:  jupyter-notebook, pandas
Python Introducing Pandas
Introduction to pandas Treehouse course
Stars: ✭ 24 (-98.08%)
Mutual labels:  jupyter-notebook, pandas
Python for ml
brief introduction to Python for machine learning
Stars: ✭ 29 (-97.68%)
Mutual labels:  jupyter-notebook, pandas
Quickviz
Visualize a pandas dataframe in a few clicks
Stars: ✭ 18 (-98.56%)
Mutual labels:  jupyter-notebook, pandas
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-97.2%)
Mutual labels:  jupyter-notebook, pandas
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (-43.6%)
Mutual labels:  jupyter-notebook, pandas
Fecon235
Notebooks for financial economics. Keywords: Jupyter notebook pandas Federal Reserve FRED Ferbus GDP CPI PCE inflation unemployment wage income debt Case-Shiller housing asset portfolio equities SPX bonds TIPS rates currency FX euro EUR USD JPY yen XAU gold Brent WTI oil Holt-Winters time-series forecasting statistics econometrics
Stars: ✭ 708 (-43.36%)
Mutual labels:  jupyter-notebook, pandas
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (-95.52%)
Mutual labels:  jupyter-notebook, pandas
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-94.72%)
Mutual labels:  jupyter-notebook, pandas

教程目录

    0. 配置环境
    1. Series和DataFrame对象的创建
    2. Series和DataFrame对象的查、改、增、删
    3. merge详解
    4. Index对象的创建,查、改、增、删和使用
    5. 普通列和行index的相互转化
    6. 数据结构总览
    7. 显示控制
    8. 快速查看整体信息
    9. 数值运算
    10. 数值统计运算
    11. mask与比较运算(待完成)
    12. Category型与离散化
    13. Object型的文本操作(待完成)
    14. groupby详解(待完成)
    15. ……

教程说明

当今最热的职业是数据科学,数据科学领域应用最广泛的编程语言是python,python这么火的原因就是其有一个功能强大的数据科学库:pandas。

为什么写这套教程

然而,作为一名数据科学行业从业者,即使在pandas中浸淫日久,我常常还需要去查询官方文档,这严重影响了我的工作效率;甚至有时候迫不得已还得写循环操作,非常不pandas,这我忍不了,所以我觉得我得做点什么。

经过多次通读官方文档后,我认为问题根因在于:

  • 官方文档组织杂而乱,知识框架不够精炼一致;
  • 面面俱到,高价值信息被为了完整性而稀释;
  • 文档更新不及时,API功能有时与文档描述不符。

与此同时,我也通读了国内外各种pandas教程,不过总体而言这些教程多数浅尝辄止,不够实用。所以,我决定编写一套pandas教程,提高自己能力的同时,也能帮助大家少走弯路。

教程编写核心原则

这套教程编写的核心原则是:

  • 首重知识体系逻辑,没有组织、不成体系的信息是无效信息,很难记住和使用;
  • 知识粒度大小适中,即不流于表面也不深入过多细节;
  • 示例精炼短小(能看出操作效果),方便手打练习;
  • 在示例位置都会注上解释,辅助理解。

这套教程适合谁

这套教程包含从初级到进阶的内容,适合初学者和希望进阶建立知识体系的数据科学从业者阅读。为确保教程的高可用性和准确性,我花了大量时间精心准备,但仍难免有错漏,非常欢迎各位读者能够跟我反馈。

知乎主页

花半楼:https://www.zhihu.com/people/HANGZS

交流可以加我微信

微信号:204078950

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].