Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
REF: dont set ndarray.data in libreduction #34997
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
REF: dont set ndarray.data in libreduction #34997
Changes from 92 commits
4c5eddd
c632c9f
9e64be3
42649fb
47121dd
1decb3e
57c5dd3
a358463
ffa7ad7
e5e98d4
408db5a
d3493cf
75a805a
9f61070
2d10f6e
3e20187
51205a5
f453c5b
2ae2124
98a91a3
5f73b03
065fc69
c230f72
bf2e171
ba48381
e52db7d
972359f
28f6ca5
0aa2a54
0164b8a
48b5847
4abfaea
3b4be02
fb18f47
d26090d
97ed706
0569e29
7b2d437
7e90686
0d2b936
2bcc156
55bdb16
40008d0
6f2ca92
e766895
65407bc
238de4c
13c0dd3
435a1d0
0d28752
29c0bc2
c67b707
b8181f4
88b5e10
f9ce579
911e997
4480b4a
c2a0eac
366f63c
8631f2e
66b3b5a
4550cf1
7db9d22
172c626
f895c6a
bb5b86a
de2a1dc
d9de663
7cb1421
f796140
c962e70
22b547b
a155986
5aa96dd
81c5802
a56c6af
4a0152e
3aed293
4c9add8
11643bc
edd802f
9339b80
070481c
e8d42b0
c20f2cd
9220944
4193e03
816f2fc
dfb3c10
1a318ef
4480c67
865cb8b
a4d75da
7939eae
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the one place where i'm not using
self._selected_obj._can_use_libreduction
, as doing so would require 2.5 more kludges to get the tests passing:1.5) in create_series_with_explicit_dtype would need to change dtype_if_empty=object to dtype_if_empty=obj.dtype (which im not 100% sure about)
and name in output.index
toand (name in output.index or 0 in output.index)