Real world projects completed with Jupyter Notebooks and datasets from datacamp.com
| # | Name | Description | Languages |
|---|---|---|---|
| 1 | Examining the History of Lego Sets | The Rebrickable dataset includes data on every LEGO set that has ever been sold; the names of the sets, what bricks they contain, etc. It might be small bricks, but this is big data! In this project, you will use this dataset together with the pandas library to dig into the history of Lego's licensed sets, including uncovering the percentage of all licensed sets that are Star Wars themed | Python |
| 2 | Hypothesis Testing in Healthcare | Pharmaceutical drugs have become an essential part of our health. Therefore, they need to be safe with little or no adverse effects. You work with a non-profit that advocates for pharmaceutical drug safety. One of Its tasks is to create reports on drugs independent of the drug manufacturer. You'll conduct several hypothesis tests using Python to determine if the adverse reactions of a hypothetical drug are significant. You'll also check if factors such as age significantly influence the adverse reactions. | Python |