Introduction to Data Visualization with Python via Jupyter Notebook.
Be sure that you have installed pandas and matplotlib.
pip install pandas
pip install matplotlib
There are 3 different datasets. (countries, sample_data, table-1) Countries dataset has country names and their population. Sample_data is simple example for data visualization. Table-1 dataset has FBI Crime Datas: The FBI crime data is fascinating and one of the most interesting data sets on this list. If you’re interested in analyzing time series data, you can use it to chart changes in crime rates at the national level over a 20-year period.