geosnap.datasets.tracts_2010

classmethod datasets.tracts_2010(states=None, convert=True)

Nationwide Census Tracts as drawn in 2010 (cartographic 500k).

Parameters
stateslist-like

list of state fips to subset the national dataframe

convertbool

if True, return geodataframe, else return dataframe (the default is True).

Returns
pandas.DataFrame or geopandas.GeoDataFrame

2010 tracts as a geodataframe or as a dataframe with geometry stored as well-known binary on the ‘wkb’ column.