79504455

Date: 2025-03-12 17:46:09
Score: 2
Natty:
Report link

I have a column named objekttypn which I want to use as categories:

import geopandas as gpd
df = gpd.read_file(r"C:/Users/bera/Desktop/gistest/roads_260.shp")

ax = df.plot(column="objekttypn", cmap="tab20", legend=True, 
categorical=True, figsize=(10,10))

enter image description here

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Bera