MCPcopy Index your code
hub / github.com/google/deepvariant / sample_chart

Function sample_chart

deepvariant/dashboard_utils_test.py:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38
39def sample_chart():
40 df = pd.DataFrame({'A': [1, 2], 'B': [10, 20]})
41 return alt.Chart(df).mark_point().encode(x='A', y='B')
42
43
44class DashboardUtilsTest(parameterized.TestCase):

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected