MCPcopy Create free account
hub / github.com/datapane/datapane / _gen_folium

Function _gen_folium

python-client/src/datapane/builtins.py:139–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 return ["background-color: rgba(255, 0, 0, 0.3)" if val > 800 else "" for val in s]
138
139 def _gen_folium():
140 return folium.Map(location=[45.372, -121.6972], zoom_start=12, tiles="Stamen Terrain")
141
142 df1 = gen_table_df(10)
143 styler1 = df1.style.apply(_color_large_vals, axis=1).hide(axis="index")

Callers 1

demoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected