Skip to content

cworld1/da-learning

Repository files navigation

Data Analysis Learning

Jupyter Book Badge GitHub stars GitHub commit activity GitHub Workflow Status GitHub license

Some notes and code about CWorld learning Data Analysis.

Get Started 前往阅读 →

Local Development

Environment requirements:

1. Clone the repository

git clone https://github.com/cworld1/da-learning.git
cd da-learning

2. Install dependencies

pip install --upgrade poetry
poetry install

If you have trouble installing poetry, you can also use pip to install dependencies:

pip install -r requirements.txt

3. Build and run the website

jupyter-book build docs

This will build the website into static files in the docs/_build/html directory.

Contributions

As the author is only a beginner in learning Data Analysis, there are obvious mistakes in his notes. Readers are also invited to make a lot of mistakes. In addition, you are welcome to use PR or Issues to improve them.

Thanks

Some of the electronic textbooks have helped the author a lot in his studies, and without them, this notebook would not have been possible. I would like to express my gratitude to the original authors of these materials. If you have any doubts about this project, you can also read the following textbooks carefully to remedy them.

License

This project is licensed under the GPL 3.0 License.

Creative Commons

This documention is admitted by Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).

Note This website is built using Jupyter Book, a Jupyter static website generator.