In: Computer Science
PYTHON PROGRAM!
Exercise 3 - Go forth and discover!
Find some interesting good sized text datasets (most likely csv's) of at least several hundred points online. These could be related to any topic. Some ideas might be:
Use Python to import one of those datasets and provide at least 2 useful visualizations (charts) of that data on a single figure. You may use any chart type that would be useful, and you can certainly pre-process or analyze the data (i.e. see filtering to fires > 500 acres in Ex. 2) before plotting it. Make sure to label the charts appropriately.
In prompt:
pip install pandas
pip install matplotlib
Source code:
Covid Dataset:
Output: