geosnap.data.data_store.blocks_2010¶
-
classmethod
data_store.
blocks_2010
(states=None, convert=True)¶ Census blocks for 2010.
- 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.
2010 blocks as a geodataframe or as a dataframe with geometry stored as well-known binary on the ‘wkb’ column.