-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
BUG: Series.getitem not falling back to positional for bool index #48662
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
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8ad4ce9
BUG: Series.getitem not falling back to positional for bool index
phofl 186a3d0
Update pandas/tests/series/indexing/test_getitem.py
phofl b3e977f
Fix build warning for use of `strdup` in ultrajson (#48369)
rgommers 22a52c6
WEB: Update versions json to fix version switcher in the docs (#48655)
datapythonista 4d07469
PERF: join/merge on subset of MultiIndex (#48611)
lukemanley c8ca83a
DOC: Update documentation for date_range(), bdate_range(), and interv…
gandhis1 dce4c73
TYP: tighten Axis (#48612)
twoertwein aa0fa52
BUG: Fix metadata propagation in df.corr and df.cov, GH28283 (#48616)
yuanx749 6c8390e
TST: add test case for PeriodIndex in HDFStore(GH7796) (#48618)
paradox-lab f38383f
Add OpenSSF Scorecards GitHub Action (#48570)
pnacht b9ec72b
ENH: move an exception and add a prehook to check for exception place…
dataxerik 1294474
REGR: TextIOWrapper raising an error in read_csv (#48651)
twoertwein 89a433e
Fix scorecard.yml workflow (#48668)
pnacht 70f5f89
BUG: DatetimeIndex ignoring explicit tz=None (#48659)
jbrockmendel 84f7ddb
Corrected pd.merge indicator type hint (#48677)
PabloRuizCuevas 6a36027
DOC: Document default value for options.display.max_cols when not run…
tmoschou 2e4bf41
ENH: DTA/TDA add datetimelike scalar with mismatched reso (#48669)
jbrockmendel c3571e6
REF: support reso in remaining tslibs helpers (#48661)
jbrockmendel 48dab82
PERF: Avoid fragmentation of DataFrame in read_sas (#48603)
phofl 4396e8c
DOC: Add deprecation infos to deprecated functions (#48599)
phofl 0821c9c
BLD: Build wheels using cibuildwheel (#48283)
lithomas1 c6b0f0f
REGR: Performance decrease in factorize (#48620)
rhshadrach 359cc5c
TYP: type all arguments with str default values (#48508)
twoertwein 34e2b21
TST: Catch more pyarrow PerformanceWarnings (#48699)
mroeschke 0a9f5ac
REGR: to_hdf raising AssertionError with boolean index (#48696)
phofl a746068
REGR: Regression in DataFrame.loc when setting df with all True index…
phofl 7123154
BUG: pivot_table raising for nullable dtype and margins (#48714)
phofl e30a3d8
TST: Address MPL 3.6 deprecation warnings (#48695)
mroeschke f8c7df6
Merge remote-tracking branch 'upstream/main' into 48653
phofl 2729963
Merge remote-tracking branch 'upstream/main' into 48653
phofl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.