You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, one has a Column but wants a Table instead. The current way is calling Table.from_columns([column]), which is lengthy and does not allow chaining.
Desired solution
Add a method Column.to_table.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Closes#695
### Summary of Changes
Add method `Column.to_table` to get a `Table` from a `Column`.
---------
Co-authored-by: megalinter-bot <[email protected]>
Is your feature request related to a problem?
Sometimes, one has a
Column
but wants aTable
instead. The current way is callingTable.from_columns([column])
, which is lengthy and does not allow chaining.Desired solution
Add a method
Column.to_table
.Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: