geosnap.data.data_store.blocks_2000

classmethod data_store.blocks_2000(states=None, convert=True)

Census blocks for 2000.

Parameters
stateslist-like

list of state fips codes to return as a datafrrame.

convertbool
if True, return geodataframe, else return dataframe (the default is True).
Returns
type
pandas.DataFrame or geopandas.GeoDataFrame.

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