geosnap.datasets.tracts_2000

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

Nationwide Census Tracts as drawn in 2000 (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

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