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
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 }}
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
47k
Code
Issues
3.5k
Pull requests
169
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
Commits
Branch selector
main
User selector
fangchenli
Datepicker
All time
Commit History
Commits on Jun 30, 2025
TST: Refactor S3 tests (#61703)
Show description for 0ab10aa
fangchenli
authored
0ab10aa
Copy full SHA for 0ab10aa
Commits on Feb 25, 2025
TST: parametrize test_common (#61007)
fangchenli
authored
b666f78
Copy full SHA for b666f78
Commits on Feb 3, 2025
TST: parametrize Decimal ujson test (#60843)
fangchenli
authored
fc6da9c
Copy full SHA for fc6da9c
Commits on Aug 25, 2024
MAINT: update vendored version util from packaging (#59558)
Show description for 90e8e04
fangchenli
authored
90e8e04
Copy full SHA for 90e8e04
Commits on Sep 13, 2023
DEPS: remove duplicated dependency in requirement-dev.txt (#55101)
Show description for 81fb7e7
fangchenli
authored
81fb7e7
Copy full SHA for 81fb7e7
Commits on Aug 22, 2023
TST: unskip test_close_file_handle_on_invalid_usecols #45566 (#54572)
Show description for 563aad3
fangchenli
and
mroeschke
authored
563aad3
Copy full SHA for 563aad3
Commits on Jul 31, 2023
DEPS: drop np 1.21 (#54323)
Show description for d2d17e1
fangchenli
authored
d2d17e1
Copy full SHA for d2d17e1
Commits on Jun 22, 2023
TST/CLN: use fixture for data path in all xml tests (#53790)
Show description for e484ecb
fangchenli
authored
e484ecb
Copy full SHA for e484ecb
TYP: annotate testing decorators with pytest.MarkDecorator (#53794)
Show description for 8b0a99d
fangchenli
authored
8b0a99d
Copy full SHA for 8b0a99d
Commits on Jun 21, 2023
TST: refactor data path for xml tests (#53766)
Show description for 942bf3e
fangchenli
authored
942bf3e
Copy full SHA for 942bf3e
Commits on May 31, 2023
CLN: use cache instead of lru_cache for unbound cache (#53462)
fangchenli
authored
11b297c
Copy full SHA for 11b297c
Commits on May 24, 2023
CLN: refactor hash_array to resolve circular dependency (#53347)
Show description for cb26eea
fangchenli
authored
cb26eea
Copy full SHA for cb26eea
Commits on Apr 20, 2023
DEPS: drop np 1.20 (#52661)
Show description for 233152d
fangchenli
authored
233152d
Copy full SHA for 233152d
Commits on Nov 28, 2022
BLD: use nonvendor versioneer (#49924)
Show description for e2df998
fangchenli
authored
e2df998
Copy full SHA for e2df998
Commits on Nov 27, 2022
CLN: move codespell config to pyproject.toml (#49923)
Show description for 61e0db2
fangchenli
authored
61e0db2
Copy full SHA for 61e0db2
Commits on Nov 24, 2022
CLN: move coverage config to pyproject.toml (#49879)
Show description for 182ba5a
fangchenli
authored
182ba5a
Copy full SHA for 182ba5a
Commits on Aug 17, 2022
CI: start testing Python 3.11 (#47442)
Show description for b3f8ab4
fangchenli
and
lithomas1
authored
b3f8ab4
Copy full SHA for b3f8ab4
Commits on Aug 8, 2022
CLN: remove deprecated DEF (#47936)
Show description for 1ab8da6
fangchenli
authored
1ab8da6
Copy full SHA for 1ab8da6
Commits on Aug 1, 2022
DEPS: drop np19 support (#47796)
fangchenli
authored
61464f8
Copy full SHA for 61464f8
Commits on Jun 5, 2022
DEPS: drop np 18 supoort (#47226)
fangchenli
authored
07c46df
Copy full SHA for 07c46df
Commits on Feb 11, 2022
DEPS/DOC: unpin numpydoc #39688 (#45830)
fangchenli
authored
0a7507d
Copy full SHA for 0a7507d
Commits on Jan 20, 2022
BUG: allow DBAPI2 object #45416 (#45496)
fangchenli
authored
3418679
Copy full SHA for 3418679
Commits on Jan 19, 2022
CLN: remove sqlalchemy<14 compat (#45410)
fangchenli
authored
4ce84de
Copy full SHA for 4ce84de
Commits on Jan 16, 2022
PERF: avoid SQL MetaData reflection in init #45260 (#45371)
fangchenli
authored
a659f1d
Copy full SHA for a659f1d
Commits on Dec 22, 2021
TST: use fixtures for some sql database connections (#42976)
fangchenli
authored
4735c0f
Copy full SHA for 4735c0f
Commits on Nov 29, 2021
DEPS: bump sqlalchemy min support version to 1.4.0 (#43191)
fangchenli
authored
35740b7
Copy full SHA for 35740b7
Commits on Nov 15, 2021
CLN: remove pyarrow<1 compat (#44139)
fangchenli
authored
45568a1
Copy full SHA for 45568a1
Commits on Oct 20, 2021
CLN: clean TODOs in csv test (#44113)
fangchenli
authored
af61e04
Copy full SHA for af61e04
Commits on Oct 18, 2021
DEPS: bump pyarrow min to 1.0 #41329 (#44064)
fangchenli
authored
ef9416c
Copy full SHA for ef9416c
Commits on Oct 12, 2021
CLN: use numpy quantile in qcut (#43991)
fangchenli
authored
1d74b3e
Copy full SHA for 1d74b3e
Commits on Sep 11, 2021
CLN: clean lib util (#43508)
fangchenli
authored
625ec6b
Copy full SHA for 625ec6b
Commits on Sep 4, 2021
BUG: fix is_named_tuple for objects that are not subclass of tuple #40682 (#43253)
fangchenli
authored
5e67c78
Copy full SHA for 5e67c78
Commits on Aug 20, 2021
EHN: partially upgrade sql module for SQLAlchemy 2.0 compat (#43116)
fangchenli
authored
4268618
Copy full SHA for 4268618
Commits on Aug 19, 2021
CLN: clean warning assertions in sql tests (#42937)
fangchenli
authored
afe20d4
Copy full SHA for afe20d4
TST: resolve most of future warnnings in SQL test, clean import (#43098)
fangchenli
authored
f253ce3
Copy full SHA for f253ce3
Pagination
Previous
Next
You can’t perform that action at this time.