MCPcopy
hub / github.com/pathwaycom/pathway / _table_columns

Function _table_columns

python/pathway/stdlib/utils/pandas_transformer.py:15–16  ·  view source on GitHub ↗
(table: pw.Table)

Source from the content-addressed store, hash-verified

13
14
15def _table_columns(table: pw.Table):
16 return (table[name] for name in table.column_names())
17
18
19def _create_input_table(*input: pw.Table):

Callers 2

_create_input_tableFunction · 0.85
_pandas_transformerFunction · 0.85

Calls 1

column_namesMethod · 0.45

Tested by

no test coverage detected