MCPcopy Create free account
hub / github.com/holoviz/hvplot / load_data

Function load_data

hvplot/tests/testinteractive.py:266–269  ·  view source on GitHub ↗
(species, watch=True)

Source from the content-addressed store, hash-verified

264 w_sex = pn.widgets.MultiSelect(name='Sex', value=['MALE'], options=['MALE', 'FEMALE'])
265
266 def load_data(species, watch=True):
267 if watch:
268 load_data.COUNT += 1
269 return df.loc[df['species'] == species]
270
271 load_data.COUNT = 0
272

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…