Microsoft Azure Data Scientist Associate Specialization

This repository contains notebooks and files for the Coursera Microsoft Azure Data Scientist Associate (DP-100) Professional Certificate, which is designed to help you prepare for the DP-100 Exam.

Each folder in the root directory corresponds to a course in the specialization.

Courses

Installation

To use the notebooks in this repository, you will need to have Jupyter Notebook installed on your machine. You can install Jupyter Notebook using pip:

pip install jupyter

You will also need to install any dependencies required by the notebooks. These dependencies are listed in the requirements.txt file in each course folder.

Usage

To use the notebooks in this repository, you can clone the repository to your local machine:

git clone https://github.com/hugosouto/coursera-microsoft-azure-ds-specialization.git

Then, navigate to the course folder you are interested in and launch Jupyter Notebook:

cd coursera-microsoft-azure-ds-specialization/<course_folder>
jupyter notebook

This will launch Jupyter Notebook in your web browser, where you can open and run the notebooks.

Contributing

If you find an error or have a suggestion for improvement, please open an issue or submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for details.