-
By the end of this project, you will use Python to wrangle two datasets to visualize the relationships among the data. Datasets are collections of data that may exist in a database, a csv file, or an ordinary file.
Python is a popular language to use work with dataset data. It has tools to read data in various formats, and libraries to visualize the datasets.
Overview