You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first part of the census-data notebook, you have ri = geo.get_partition(39).compute() which downloads a map of Rhode Island, whose FIPS is 44, rather than Ohio, which is 39. I tried get_partition(35) for NM, and, ironically, got Ohio. How can I determine which partition pertains to which state?