pygeoda.open¶
- pygeoda.open(data_source)[source]¶
Create a geoda object by reading a spatial dataset: either ESRI Shapefile or GeoPandas object.
- Parameters
data_source (object) – The data_source could be either the file path of the ESRI shapefile or a geopandas dataframe object.
- Returns
An object of geoda instance
- Return type
Object