geosnap.data.data_store.tracts_2010

classmethod data_store.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.

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