Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
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
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
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
Search or jump to...
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 }}
Swati-Sneha
/
pandas
Public
forked from
pandas-dev/pandas
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 4, 2024
TST (string dtype): un-xfail string tests specific to object dtype (#59433)
Show description for dbeeb1f
jbrockmendel
and
jorisvandenbossche
authored
dbeeb1f
Copy full SHA for dbeeb1f
TST (string dtype): remove xfails in extension tests + fix categorical/string dispatch (#60134)
Show description for 988a7c8
jorisvandenbossche
and
mroeschke
authored
988a7c8
Copy full SHA for 988a7c8
DOC: Typo fix in "comparison_with_r (#60177)
cd-public
authored
dc057b4
Copy full SHA for dc057b4
Commits on Nov 2, 2024
DOC: Update contributing docs for Windows build tools instructions (#60170)
Show description for 9a015d1
Ravenin7
authored
9a015d1
Copy full SHA for 9a015d1
Commits on Nov 1, 2024
DOC: fix SA01,ES01 for pandas.arrays.IntervalArray.left (#60168)
tuhinsharma121
authored
d11ed2f
Copy full SHA for d11ed2f
BUG: Fixes pd.merge issue with columns of dtype numpy.uintc on windows (#60145)
Show description for a3f14bf
AbhishekChaudharii
and
mroeschke
authored
a3f14bf
Copy full SHA for a3f14bf
DOC: fix docstring of DataFrame.to_latex, double curly braces to single (#60165)
yuanx749
authored
d48235f
Copy full SHA for d48235f
Commits on Oct 31, 2024
CI: fix wrong syntax in CI env yml files (mamba 2.0 compat) (#59910)
Show description for de4eaf8
jorisvandenbossche
authored
de4eaf8
Copy full SHA for de4eaf8
ENH: numba apply supports positional arguments passed as **kwargs (#58995)
Show description for 8be2f8b
auderson
and
mroeschke
authored
8be2f8b
Copy full SHA for 8be2f8b
BUG: preserve (object) dtype in factorize (#60118)
Show description for 13926e5
jorisvandenbossche
authored
13926e5
Copy full SHA for 13926e5
String dtype: deprecate the pyarrow_numpy storage option (#60152)
Show description for 1908f2e
jorisvandenbossche
authored
1908f2e
Copy full SHA for 1908f2e
BUG: Remove incorrect check on value label length (#60156)
Show description for e26e3ee
bashtage
authored
e26e3ee
Copy full SHA for e26e3ee
CI: remove uninstall of nomkl (#60150)
jorisvandenbossche
authored
e7bb845
Copy full SHA for e7bb845
TST (string dtype): update tests/reductions tests (#60133)
jorisvandenbossche
authored
4651ddb
Copy full SHA for 4651ddb
String dtype: implement sum reduction (#59853)
jorisvandenbossche
authored
2fdb16b
Copy full SHA for 2fdb16b
TST: update frame method quantile tests (#59875)
Show description for 1cdd20e
jorisvandenbossche
authored
1cdd20e
Copy full SHA for 1cdd20e
CI: remove usage of legacy NPY_PROMOTION_STATE (#60144)
jorisvandenbossche
authored
4bbb3ce
Copy full SHA for 4bbb3ce
Commits on Oct 30, 2024
TST: Retyping of categorical column with NaN (#60112)
Show description for 2a1ca9d
SpoopyPillow
and
mroeschke
authored
2a1ca9d
Copy full SHA for 2a1ca9d
CI/TST: fix parquet tz test returning pytz fixed offset (pyarrow 18) (#60143)
Show description for 9cd4a28
jorisvandenbossche
authored
9cd4a28
Copy full SHA for 9cd4a28
DOC: Fix title capitalization in documentation files (#32550) (#59972)
Show description for 2323b54
steeleelliott03
authored
2323b54
Copy full SHA for 2323b54
Bump pypa/cibuildwheel from 2.21.0 to 2.21.3 (#60035)
Show description for 0f94e7b
dependabot[bot]
and
mroeschke
authored
0f94e7b
Copy full SHA for 0f94e7b
PERF: faster _coerce_to_data_and_mask() for astype("Float64") (#60121)
Show description for 00d4189
auderson
authored
00d4189
Copy full SHA for 00d4189
DOC: to_latex braces in headers must be escaped (#60063) (#60103)
GregersSR
authored
f9ae4cf
Copy full SHA for f9ae4cf
BUG/TST (string dtype): fix and update tests for Stata IO (#60130)
jorisvandenbossche
authored
e7d54a5
Copy full SHA for e7d54a5
DOC: fix broken link on team webpage (#60141)
Show description for 0db1f53
KevsterAmp
authored
0db1f53
Copy full SHA for 0db1f53
DOC: fix PR07,SA01 for pandas.api.types.is_iterator (#60142)
sunlight798
authored
f0f3efc
Copy full SHA for f0f3efc
DOC: fix RT03,SA01,ES01 for pandas.set_eng_float_format (#60135)
tuhinsharma121
authored
d25b3c2
Copy full SHA for d25b3c2
DOC: fix docstring of timedaltas.ceil (#60047)
Show description for 71eb457
eightyseven
and
mroeschke
authored
71eb457
Copy full SHA for 71eb457
TST (string dtype): add explicit object vs str dtype to index fixture (#60116)
jorisvandenbossche
authored
7bd594c
Copy full SHA for 7bd594c
DEPR: Change stacklevel to 2 in DataFrame(mgr) deprecation (#58694)
Aloqeely
authored
2ead198
Copy full SHA for 2ead198
TST (string dtype): duplicate pandas/tests/indexes/object tests specifically for string dtypes (#60117)
jorisvandenbossche
authored
d8905e4
Copy full SHA for d8905e4
Commits on Oct 29, 2024
BLD: relax meson/meson-python requirements (#60089)
Show description for 9e10119
isuruf
authored
9e10119
Copy full SHA for 9e10119
DOC: Add Timedelta accepting float value (#60058)
Show description for b5c7f25
ZKaoChi
authored
b5c7f25
Copy full SHA for b5c7f25
docs: add marimo to ecosystem.md (#60051)
mscolnick
authored
1ca15d3
Copy full SHA for 1ca15d3
DOC: fix docstring for DataFrame.round() (#60040)
Show description for 9d184aa
eightyseven
authored
9d184aa
Copy full SHA for 9d184aa
Pagination
Previous
Next
You can’t perform that action at this time.