Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
state:open label:Series
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.2k
Star
46.9k
Code
Issues
3.5k
Pull requests
141
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
FEEDBACK: PyArrow as a required dependency and PyArrow backed strings
#54466 ·
phofl
opened
on Aug 9, 2023
165
Issues
Search Issues
state
:
open
label
:
Series
state:open label:Series
Search
Labels
Milestones
New issue
Search results
Open
Closed
BUG: Unexpected typecast in Series.add with integer fill_value
Bug
Nullable by default
Issues that would be addressed by moving to nullable-by-default
Issues that would be addressed by moving to nullable-by-default
Numeric Operations
Arithmetic, Comparison, and Logical operations
Arithmetic, Comparison, and Logical operations
Series
Series data structure
Series data structure
Status: Open.
#56096
In pandas-dev/pandas;
·
davidkleiven
opened
on Nov 21, 2023
<code>set</code> allowed for <code>index</code> argument in <code>Series</code>, <code>index</code> and <code>columns</code> for <code>DataFrame.from_records()</code>
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
DataFrame
DataFrame data structure
DataFrame data structure
Series
Series data structure
Series data structure
Status: Open.
#55425
In pandas-dev/pandas;
·
Dr-Irv
opened
on Oct 6, 2023
BUG: setting tuple key on Series with flat Index
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
Related to indexing on series/frames, not to indexes themselves
Series
Series data structure
Series data structure
Status: Open.
#55141
In pandas-dev/pandas;
·
jbrockmendel
opened
on Sep 14, 2023
ENH: allow writing series to parquet file
Enhancement
IO Parquet
parquet, feather
parquet, feather
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Series
Series data structure
Series data structure
Status: Open.
#54638
In pandas-dev/pandas;
·
lcrmorin
opened
on Aug 19, 2023
ENH: <code>__contains__</code> between <code>pd.Series</code> and <code>pd.Interval</code>
Enhancement
Interval
Interval data type
Interval data type
Series
Series data structure
Series data structure
Status: Open.
#53843
In pandas-dev/pandas;
·
matteosantama
opened
on Jun 25, 2023
BUG: RecursionError shifting a Series with bytes datatype
Astype
Bug
BytesDtype
Series
Series data structure
Series data structure
Status: Open.
#52373
In pandas-dev/pandas;
·
atpage
opened
on Apr 3, 2023
API: Clarify difference between agg and apply for Series / DataFrame
API Design
Apply
Apply, Aggregate, Transform, Map
Apply, Aggregate, Transform, Map
DataFrame
DataFrame data structure
DataFrame data structure
Deprecate
Functionality to remove in pandas
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Series
Series data structure
Series data structure
Status: Open.
#49673
In pandas-dev/pandas;
·
rhshadrach
opened
on Nov 12, 2022
BUG: Series with same index values, but in different orders, cannot be compared, but can be added
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
Numeric Operations
Arithmetic, Comparison, and Logical operations
Arithmetic, Comparison, and Logical operations
Series
Series data structure
Series data structure
Status: Open.
#47554
In pandas-dev/pandas;
·
Dr-Irv
opened
on Jun 30, 2022
ENH: Series Mapping <code>na_action=ignore</code> result is misleading.
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Discussion
Requires discussion from core team before further action
Requires discussion from core team before further action
Series
Series data structure
Series data structure
Status: Open.
#47262
In pandas-dev/pandas;
·
chapmanderek
opened
on Jun 7, 2022
ENH: implement <code>nlargest</code> and <code>nsmallest</code> for DataFrameGroupBy like SeriesGroupBy
API - Consistency
Internal Consistency of API/Behavior
Internal Consistency of API/Behavior
Enhancement
Groupby
Series
Series data structure
Series data structure
Status: Open.
#46924
In pandas-dev/pandas;
·
yoch
opened
on May 2, 2022
DOC: Document that astype() for Series and Dataframe can accept a series of dtypes
Docs
Dtype Conversions
Unexpected or buggy dtype conversions
Unexpected or buggy dtype conversions
Series
Series data structure
Series data structure
Status: Open.
#46353
In pandas-dev/pandas;
·
mvashishtha
opened
on Mar 13, 2022
API: Series[EA].fillna fallback behavior with incompatible value
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Extending pandas with custom dtypes or arrays.
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
PDEP missing values
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
Issues that would be addressed by the Ice Cream Agreement from the Aug 2023 sprint
Series
Series data structure
Series data structure
Status: Open.
#45153
In pandas-dev/pandas;
·
jbrockmendel
opened
on Jan 1, 2022
You can’t perform that action at this time.