This is the repository for the LinkedIn Learning course Complete Guide to Python Data Analysis. The full course is available from LinkedIn Learning.
This repository includes Jupyter notebooks for most of the videos in the course, organized by chapter. To use the notebooks online, you can start a GitHub Codespace from the green "code" button.
- To use these exercise files on your computer, you must have the following installed:
- Python 3.12
- Jupyter notebook
- The Python packages listed in
requirements.txt
- Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
- Start Jupyter notebook in the repository directory.