8000 ENH: indexing and __getitem__ of dataframe and series accept zerodim integer np.array as int by tamuhey · Pull Request #24924 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ENH: indexing and __getitem__ of dataframe and series accept zerodim integer np.array as int #24924

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into iss24919_df_iloc_support_zero_dim_np_array
  • Loading branch information
tamuhey authored Feb 2, 2019
commit 760a3a344f498a3bbf668538c2b0be0fe95333d9
2 changes: 2 additions & 0 deletions doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Other Enhancements
^^^^^^^^^^^^^^^^^^

- Indexing and __getitem__ of DataFrame and Series now accept zerodim np.ndarray. (:issue:`24919`)
- :meth:`Timestamp.replace` now supports the ``fold`` argument to disambiguate DST transition times (:issue:`25017`)
-
-

.. _whatsnew_0250.api_breaking:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0