load_india_raw

data.load_india_raw()

Load the untouched source files of the India district case study.

Returns

Name Type Description
gdf geopandas.GeoDataFrame india520.geojson with all of its properties (25 columns including geometry), CRS EPSG:4326.
df pandas.DataFrame india520.dta read as-is: 520 rows, 341 columns.

Raises

Name Type Description
GeometricsDataError If a source file cannot be downloaded or fails hash verification.

See Also

load_india : The reshaped (gdf, df, df_dict) version of this data.