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
[SPARK-44289][SPARK-43874][SPARK-43869][SPARK-43607][PS] Support indexer_between_time for pandas 2.0.0 & enabling more tests
### What changes were proposed in this pull request?
This PR proposes to support `DatetimeIndex.indexer_between_time` to support pandas 2.0.0 and above. See pandas-dev/pandas#43248 for more detail.
This PR also enables bunch of tests for `Series`, `Index` and `GroupBy`.
### Why are the changes needed?
To match the behavior with latest pandas.
### Does this PR introduce _any_ user-facing change?
`DatetimeIndex.indexer_between_time` now has the same behavior with the latest pandas.
### How was this patch tested?
Enabling & updating the existing UTs and doctests.
Closesapache#42533 from itholic/enable-many-tests.
Authored-by: itholic <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
0 commit comments