4 lines
127 B
Python
4 lines
127 B
Python
import geopandas as gpd
|
|
gdf = gpd.read_file("train/ST_training_data_updated_1130points_new.shp")
|
|
print(gdf.head(1)['HT_code'])
|