Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
_table_columns(table: pw.Table):
16
return
(table[name]
for
name in table.column_names())
17
18
19
def
_create_input_table(*input: pw.Table):
Callers
2
_create_input_table
Function · 0.85
_pandas_transformer
Function · 0.85
Calls
1
column_names
Method · 0.45
Tested by
no test coverage detected