Baca SHP di Python

import geopandas as gpd
shapefile = gpd.read_file("shapefile.shp")
print(shapefile)
ANEREL