MapData#
- class caf.viz.web.mapping.MapData(data, color_column=None, to_filter=True, options=<factory>)[source]#
Bases:
objectData to plot on a map.
Attributes
Methods
__init__(data[, color_column, to_filter, ...])Attributes Documentation
- Parameters:
data (GeoDataFrame)
color_column (str | None)
to_filter (bool)
options (ExploreOptions)
- options: ExploreOptions[source]#
Examples using
caf.viz.web.mapping.MapData#