MapData#

class caf.viz.web.mapping.MapData(data, color_column=None, to_filter=True, options=<factory>)[source]#

Bases: object

Data to plot on a map.

Attributes

Methods

__init__(data[, color_column, to_filter, ...])

Attributes Documentation

Parameters:
color_column: str | None = None#
to_filter: bool = True#
data: GeoDataFrame[source]#
options: ExploreOptions[source]#

Examples using caf.viz.web.mapping.MapData#

HTML mapping example

HTML mapping example