Analysis updated 2026-07-03
Follow along with Python for Data Analysis in Chinese using interactive notebooks you can run and modify as you read.
Learn pandas and NumPy fundamentals by executing real code examples on datasets like movie ratings and US baby names.
Use the time series and data cleaning chapters as a hands-on reference when working on your own data projects.
| bramblexu/pydata-notebook | dusty-nv/jetson-containers | makcedward/nlpaug | |
|---|---|---|---|
| Stars | 4,664 | 4,660 | 4,657 |
| Language | Jupyter Notebook | Jupyter Notebook | Jupyter Notebook |
| Setup difficulty | easy | moderate | easy |
| Complexity | 1/5 | 3/5 | 2/5 |
| Audience | data | researcher | data |
Figures from each repo's GitHub metadata at analysis time.
Requires Python 3 with pandas and NumPy installed, notebooks run locally in Jupyter or JupyterLab.
This repository contains a partial Chinese translation of the book "Python for Data Analysis, Second Edition" (2017), written by Wes McKinney, who created the pandas data analysis library. The translation is presented as Jupyter Notebooks, which are interactive documents that mix explanatory text with runnable Python code, making them useful for reading and experimenting at the same time. The translator worked through selected chapters of the book and rendered them in Chinese for readers who find the English original difficult to follow. The chapters included cover the core tools used in data analysis with Python: NumPy for working with arrays and numerical computation, pandas for handling structured data tables, data cleaning and preparation techniques, time series analysis, advanced pandas features, and several worked examples using real datasets such as movie ratings and US baby name records. The translation is not word-for-word. The translator chose to paraphrase and adapt the content for clarity, and acknowledges that some errors or awkward passages may exist since this was a solo effort. The translator also notes that the full translation is kept partial out of respect for copyright, because the book's Chinese translation rights belong to a publisher and were not granted to this project. The original author of the book was contacted and confirmed there are no copyright concerns with this notebook-format study companion. All code samples in the notebooks are released under the MIT license. The project uses Python 3, updated from the first edition which used Python 2. This is primarily a study resource for Chinese-speaking learners who want to follow along with the book using interactive notebooks rather than static text.
A partial Chinese translation of "Python for Data Analysis" rendered as interactive Jupyter Notebooks, covering NumPy, pandas, data cleaning, and time series with runnable Python 3 code examples.
Mainly Jupyter Notebook. The stack also includes Python, Jupyter Notebook, NumPy.
Code samples are released under MIT, use freely for any purpose, including commercial projects, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly data.
This repo across BitVibe Labs
Verify against the repo before relying on details.