geosnap.datasets.blocks_2000¶
-
classmethod
datasets.
blocks_2000
(states=None, convert=True, fips=None)¶ 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
orgeopandas.GeoDataFrame
2000 blocks as a geodataframe or as a dataframe with geometry stored as well-known binary on the ‘wkb’ column.