-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor with_columns to with_columns_factory
Central with_columns_factory from which dataframe libraries inherit. Changes: - Use with_columns_factory to inherit from and only need to add correct dataframe types and create_merge_node method. - Refactored h_pandas.with_columns and h_polars.with_columns to inherit from it. - Added async support for pandas (not sure if it makes sense for polars) - Select=None appends all sink nodes with column types -- same as h_spark.with_columns
- Loading branch information
1 parent
801e5ce
commit 1818302
Showing
9 changed files
with
1,806 additions
and
1,601 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.