Skip to content

Commit

Permalink
changelog for take axis=1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-joshi committed Sep 5, 2024
1 parent 5ca0761 commit 643f7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
- Fixed bug in `Series.dt.isocalendar` using a named Series
- Fixed `inplace` argument for Series objects derived from DataFrame columns.
- Fixed a bug where `Series.reindex` and `DataFrame.reindex` did not update the result index's name correctly.
- Fixed a bug where `Series.take` did not error when `axis=1` was specified.

#### Behavior Change

Expand Down

0 comments on commit 643f7b9

Please sign in to comment.