Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
is:issue state:open label:Indexing author:jorisvandenbossche
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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
{{ message }}
pandas-dev
/
pandas
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
19.4k
Star
47.3k
Code
Issues
3.4k
Pull requests
170
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Information for new contributors
#49275 ·
noatamir
opened
on Oct 24, 2022
9
Issues
Search Issues
is
:
issue
state
:
open
label
:
Indexing
author
:
jorisvandenbossche
is:issue state:open label:Indexing author:jorisvandenbossche
Search
Labels
Milestones
New issue
Search results
Open
Closed
BUG / API: setitem on pandas object fails if underlying numpy array is read-only
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Status: Open.
#62144
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Aug 19, 2025
·
3.1
ERR: consistent error messages for unsupported setitem values
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
Error Reporting
Incorrect or improved errors from pandas
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Status: Open.
#60218
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Nov 6, 2024
PDEP-6 (setitem casting): Clarify how do decide when a setitem would upcast (and thus error in the future) or not
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Status: Open.
#55935
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Nov 13, 2023
API: DataFrame setitem: setting columns with a DataFrame RHS doesn't align column names?
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Indexing alignment
Cases when an argument to a loc.__[sg]etitem__ is a frame/series and the alignment may be ambiguous
Cases when an argument to a loc.__[sg]etitem__ is a frame/series and the alignment may be ambiguous
Status: Open.
#46974
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on May 9, 2022
ENH: Support ExtensionArray (and masked EAs speficially) in indexing
Closing Candidate
May be closeable, needs more eyeballs
May be closeable, needs more eyeballs
Enhancement
ExtensionArray
Extending pandas with custom dtypes or arrays.
Extending pandas with custom dtypes or arrays.
Index
Related to the Index class or subclasses
Related to the Index class or subclasses
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Related to pd.NA and nullable extension arrays
Status: Open.
#39133
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Jan 12, 2021
API: alignment behaviour of Series as assignment value in indexing
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Indexing alignment
Cases when an argument to a loc.__[sg]etitem__ is a frame/series and the alignment may be ambiguous
Cases when an argument to a loc.__[sg]etitem__ is a frame/series and the alignment may be ambiguous
Status: Open.
#37516
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Oct 30, 2020
API: require scalar result from the scalar .at indexer
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Status: Open.
#33153
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Mar 30, 2020
BUG: assignment with enlargement gives object dtype with ExtensionArrays
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Extending pandas with custom dtypes or arrays.
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
setitem-with-expansion
Status: Open.
#32346
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Feb 29, 2020
BUG: wrong errors when indexing with list that includes pd.NA
Bug
Error Reporting
Incorrect or improved errors from pandas
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Related to pd.NA and nullable extension arrays
Status: Open.
#31948
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Feb 13, 2020
REGR: assigning scalar with a length no longer works
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Nested Data
Data where the values are collections (lists, sets, dicts, objects, etc.).
Data where the values are collections (lists, sets, dicts, objects, etc.).
Regression
Functionality that used to work in a prior pandas version
Functionality that used to work in a prior pandas version
Status: Open.
#26333
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on May 10, 2019
API: should Series.get be strictly label based or allow positional?
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Status: Open.
#17928
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Oct 20, 2017
API: should reindex on a level introduce NaNs for missing entries per label of other levels?
API Design
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Status: Open.
#12319
In pandas-dev/pandas;
·
jorisvandenbossche
opened
on Feb 13, 2016
You can’t perform that action at this time.