Skip to content

Commit

Permalink
[ENH] allow pandas data structures in complete (#1369)
Browse files Browse the repository at this point in the history
This PR allows for `pandas` data structures in the `complete` function in addition to passing in dictionaries.
  • Loading branch information
samukweku authored Jun 19, 2024
1 parent 860a36e commit 9d1ab35
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 324 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
## [Unreleased]

- [ENH] Added a `complete` method for polars. - Issue #1352 @samukweku
- [ENH] Added a `row_to_names` method for polars. Issue #1352
- [ENH] `read_commandline` function now supports polars - Issue #1352

- [ENH] Improved performance for non-equi joins when using numba - @samukweku PR #1341
- [ENH] Added a `clean_names` method for polars - it can be used to clean the column names, or clean column values . Issue #1343 @samukweku
- [ENH] `xlsx_cells` function now supports polars - Issue #1352 @samukweku
- [ENH] `xlsx_table` function now supports polars - Issue #1352 @samukweku
- [ENH] Added a `pivot_longer` method, and a `pivot_longer_spec` function for polars - Issue #1352 @samukweku
- [ENH] pandas Index,Series, DataFrame now supported in the `complete` method. - PR #1369 @samukweku

## [v0.27.0] - 2024-03-21

Expand Down
Loading

0 comments on commit 9d1ab35

Please sign in to comment.