US state adjacency in python
I’m working on a small project that tries to pair up US states with their twins. I was doing this in python, and needed an adjacency “matrix” but couldn’t find a good one anywhere.Here is what I made, should be self explanatory. Putting this out there to save other people some time!