Skip to content

What is the standard way to get back to the table object from a column object? #10569

Answered by cpcloud
sprivite asked this question in Q&A
Discussion options

You must be logged in to vote

.rel should be sufficient there to get the table operation, and for any operation, you can turn it into an expression by calling .to_expr() on it.

So table.COLUMN_NAME.op().rel.to_expr() should I think be what you want.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sprivite
Comment options

Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants