# Install the necessary dependencies

import os
import sys
!{sys.executable} -m pip install --quiet pandas scikit-learn numpy matplotlib jupyterlab_myst ipython

5. Working with data#

In these sections, you will learn some of the ways that data can be managed, manipulated, and used in applications. You will learn about relational and non-relational databases and how data can be stored in them. You’ll learn the fundamentals of working with Python to manage data, and you’ll discover some of the many ways that you can work with Python to manage and mine data.


5.6. Your turn! 🚀#

TBD