-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Reduce copying of input data on Series construction #18231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a8f64d7
to
5f4a297
Compare
Codecov Report
@@ Coverage Diff @@
## master #18231 +/- ##
==========================================
- Coverage 91.43% 91.38% -0.05%
==========================================
Files 163 163
Lines 50091 50099 +8
==========================================
- Hits 45800 45784 -16
- Misses 4291 4315 +24
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18231 +/- ##
==========================================
- Coverage 91.36% 91.32% -0.05%
==========================================
Files 164 164
Lines 49718 49726 +8
==========================================
- Hits 45426 45410 -16
- Misses 4292 4316 +24
Continue to review full report at Codecov.
|
@TomAugspurger @jorisvandenbossche this is a slight API change (and a bug fix), but was needed to conform Series creation a bit. |
…s constructor with datetimelikes closes pandas-dev#17449
closes #17449