MCPcopy Index your code
hub / github.com/pathwaycom/pathway / static_table_from_md

Function static_table_from_md

python/pathway/tests/test_api.py:37–39  ·  view source on GitHub ↗
(scope, txt, ptr_columns=(), legacy=True)

Source from the content-addressed store, hash-verified

35
36
37def static_table_from_md(scope, txt, ptr_columns=(), legacy=True):
38 df = _markdown_to_pandas(txt)
39 return static_table_from_pandas(scope, df, ptr_columns, legacy)
40
41
42def static_table_from_pandas(scope, df, ptr_columns=(), legacy=True):

Callers 1

buildFunction · 0.85

Calls 2

_markdown_to_pandasFunction · 0.90
static_table_from_pandasFunction · 0.70

Tested by

no test coverage detected