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
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 }}
andrewchen1216
/
pandas
Public
forked from
pandas-dev/pandas
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
eecs481-task1
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 17, 2022
Merge remote-tracking branch 'upstream/main' into eecs481-task1
andrewchen1216
committed
357185b
Copy full SHA for 357185b
DOC:Updated release notes
andrewchen1216
committed
f7a6344
Copy full SHA for f7a6344
Refactor sqlalchemy code in pandas.io.sql to help prepare for sqlalchemy 2.0. (#49531)
Show description for 08f070d
cdcadman
and
Chuck Cadman
authored
08f070d
Copy full SHA for 08f070d
STYLE enable pylint: global-variable-not-assigned (#49744)
natmokval
authored
a1b6fcb
Copy full SHA for a1b6fcb
BUG: pandas.to_datetime() does not respect exact format string with ISO8601 (#49333)
Show description for d2630d8
nikitaved
authored
d2630d8
Copy full SHA for d2630d8
STYLE enable B005 check in flake8-bugbear (#49707)
Show description for 4a5d77f
MarcoGorelli
authored
4a5d77f
Copy full SHA for 4a5d77f
STYLE: fix pylint redefined-outer-name warnings (#49656) (#49743)
Show description for b1f1f37
zemnly
authored
b1f1f37
Copy full SHA for b1f1f37
CLN: enable pylint's redefined-outer-name in pandas/core/resample.py (#49724)
Show description for 25f8968
calhockemeyer
authored
25f8968
Copy full SHA for 25f8968
API: Float64Index.astype(datetimelike) (#49660)
Show description for 96b5780
jbrockmendel
authored
96b5780
Copy full SHA for 96b5780
ENH: dont guess %Y/%m (#49711)
MarcoGorelli
authored
634196a
Copy full SHA for 634196a
Merge remote-tracking branch 'upstream/main' into eecs481-task1
andrewchen1216
committed
349b743
Copy full SHA for 349b743
DOC: Added release notes documentation
andrewchen1216
committed
ef5de40
Copy full SHA for ef5de40
TST:Updated and Added Test Cases for GH49230
andrewchen1216
committed
c53c23f
Copy full SHA for c53c23f
BUG: GH49230 to_string(header=False) fix
andrewchen1216
committed
d46472b
Copy full SHA for d46472b
API: allow mixed-datetimes-and-ints in to_datetime, DatetimeIndex (#49348)
Show description for 8d8d3cf
jbrockmendel
authored
8d8d3cf
Copy full SHA for 8d8d3cf
STYLE: fix pylint unneeded-not warnings (#49382)
Show description for 694c0cd
Moisan
authored
694c0cd
Copy full SHA for 694c0cd
Commits on Nov 16, 2022
ENH: Compile Factorizer class for all numeric dtypes (#49624)
Show description for f6d3cb2
phofl
authored
f6d3cb2
Copy full SHA for f6d3cb2
CI: Upgrade mypy to 0.990 (#49626)
phofl
authored
c04bba4
Copy full SHA for c04bba4
CI/TST: pip extras install (#49241)
mroeschke
authored
18aca9c
Copy full SHA for 18aca9c
REF: share astype exception messages (#49655)
Show description for ec5b62e
jbrockmendel
authored
ec5b62e
Copy full SHA for ec5b62e
DEPR: Enforce deprecation of dropping columns when numeric_only=False in groupby / resample (#49665)
Show description for 0a58c03
rhshadrach
authored
0a58c03
Copy full SHA for 0a58c03
DEPR: remove Int64Index, UInt64Index, Float64Index from public namespace (#49670)
Show description for 2517199
topper-123
and
Terji Petersen
authored
2517199
Copy full SHA for 2517199
DEPR: remove Int|Uint|Float64Index from conftest & _testing (#49678)
Show description for 2d6505b
topper-123
and
Terji Petersen
authored
2d6505b
Copy full SHA for 2d6505b
BUG: df.explode mulitcol with Nan+emptylist (#49680)
Show description for 2455f88
debnathshoham
authored
2455f88
Copy full SHA for 2455f88
BUG: rendering dt64tz values with non-pytz (#49684)
Show description for 3bca00a
jbrockmendel
authored
3bca00a
Copy full SHA for 3bca00a
DEPR: remove Int64Index, UInt64Index, Float64Index from tests.indexes.numeric (#49682)
Show description for c140a43
topper-123
and
Terji Petersen
authored
c140a43
Copy full SHA for c140a43
DEPR: enforce ufunc, reduction diff deprecations (#49717)
jbrockmendel
authored
bf676a2
Copy full SHA for bf676a2
STYLE enable pylint: 48855-useless-import-alias (#49730)
Show description for e3b0d4d
natmokval
authored
e3b0d4d
Copy full SHA for e3b0d4d
REF: remove no-longer-needed ignore_failures (#49659)
jbrockmendel
authored
6228771
Copy full SHA for 6228771
STYLE Enable Pylint statement use-sequence-for-iteration (#49713)
Show description for c60135c
uzzell
authored
c60135c
Copy full SHA for c60135c
ENH: Add copy-on-write to `DataFrame.drop` (#49689)
seljaks
authored
b3db4b9
Copy full SHA for b3db4b9
Suppress spurious warning (#49720)
jbrockmendel
authored
7adc7d0
Copy full SHA for 7adc7d0
Commits on Nov 15, 2022
REF change to_datetime -> Timestamp for in odf reader (#49712)
Show description for 86f1828
MarcoGorelli
authored
86f1828
Copy full SHA for 86f1828
for issue #49656 STYLE enable pylint's redefined-outer-name (#49708)
Show description for a970729
ramvikrams
authored
a970729
Copy full SHA for a970729
ENH/CoW: use lazy copy in set_index method (#49557)
ntachukwu
authored
d3e84c5
Copy full SHA for d3e84c5
Pagination
Previous
Next
You can’t perform that action at this time.