Posts

a scatter plot chart made with plotly express
,

Creating Beautiful, Interactive Charts with Plotly Express

As soon as I discovered Plotly I rushed to stick it into just about every project I had at hand, and was almost immediately...annoyed. My introduction to visualization in python came primarily from matplotlib and it's stylish counterpart seaborn; trying to work with Plotly to create charts of the same stylistic caliber ended up turning into a bit of a time sink. Enter Plotly Express - the far more intuitive, easily styled implementation of Plotly I wanted.
A visualization of census tracts in PA using geopandas
,

Creating a Geopandas DataFrame from a SHP File

This is a bare bones tutorial on how to generate a Geopandas DataFrame from a SHP file in python. There are some good examples out there, but not really one that gave it the minimal approach I was looking for. I definitely learned a lot from…

Mapping the Air Pollution in Seoul

I've always had a fondness for maps; you can find them in various boxes, in books as book-markers, stuffed away within old piles of bills and such heavily stained with mug rings and disuse. Not sure why I continue to keep them. I think what…