Kathryn Odell-Hamilton

9.11.2023

I wrote code for visualization of data with filtering and plotting using
Pandas and Seaborn.

Unit 2, lab_pokemon Questions

Can you limit what shows in Seaborn "hue"? In one dataset, I wanted to
only have a specific age range from 55 - 65+ instead of all the age
ranges.

Why is matplotlib not the best for plotting while it's the backend of
Seaborn? I did read that it's slow with large datasets. I've used
MS Visio and Excel, and ESRI ArcGIS for data visualization.

I found out from trial and error that when I opened "jupyter lab,
lab_pokemon.ipynb" during another session to complete the assignment,
I had to Shift + Enter after each:
    import pandas as pd
    pokemon = pd.read_csv("pokemon.csv")
    people = pd.read_csv("brfss_2020.csv")

    import seaborn as sns
    sns.set_theme()

Otherwise I kept having errors while visualizating the error.

Other data sets to explore would be diving age groups arrested under
the influence in the different types of influece, migration of whales,
and low-lying land areas prone to flooding used from GIS data.

I watched your Pokemon video, but I'd like to find out how I could get
data from my viewing Acorn and Brit TV. Then use it either by filtering
or plotting.

I like this assignment with having the experience using Pandas
and Seaborn. I will go through the tuitorials with Seaborn website.
This commit is contained in:
kathrynoh23 2023-09-11 16:40:16 -04:00
parent f491acf24d
commit af31fa8d77
2 changed files with 3234 additions and 127 deletions

View File

@ -175,7 +175,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.11.4"
}
},
"nbformat": 4,

File diff suppressed because one or more lines are too long