Posts

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…
a tree in a sunlit forest
,

What is a Random Forest?

In my early journey into the murky depths of data science and machine learning I've come across the phrase Random Forest a few times, and been completely clueless as to what it actually referred to. Today I decided to dive in and explore…