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.
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
PERF: DataFrame.transpose with dt64tz #40149
PERF: DataFrame.transpose with dt64tz #40149
Changes from 96 commits
13bd448
be797e9
35cdd16
55c2568
0cc7e5b
213afb3
52fa07a
50ba370
94f9027
fda6048
44e371f
45360e0
46229ac
2745b37
29a1909
1be48ee
c0aa860
3fc07a6
093cf8b
1460ff3
33e5d86
4cd0548
a826b4a
2d6fffc
00185cc
b273600
378f168
1938bf6
f92f81f
a36b36b
c0208bc
846e1dc
5081d27
5fc7efa
44e7343
069a08a
7b5a67a
be4a243
882373b
130ff23
5cca7fb
23411a5
1efc59b
3215b35
819e8e9
3a6e463
d3a39bc
b7abcd4
9c339fd
f909e48
8863c87
6579283
dabb8e2
10a78b9
5f7d6db
5fac38e
7bb85b6
399d722
dff0fec
b9d8231
3469bb5
b25ccd6
ad966d0
26ad122
9602a74
33d8a24
38143fc
2a0f7de
f7a03f9
ad917de
6c0674f
063df5d
1019aad
70d6afe
9faf9ab
c20f138
2c864f0
3e5ca3b
7916fff
d8b49cd
9eaf602
5f3382c
5f6099b
84613c7
78ca05c
e8a54af
68fa34a
3c824dc
58a3f2c
128dd3a
d3ae448
665017f
11e6182
7ace6ec
d89fd76
e2c014c
b22da32
1216f50
5a02f3e
f8f962f
60a2def
4b694e5
dab6fd2
fbac441
77202c4
42ca357
2ab83ae
85b8b3f
6ac1fea
9e25bd5
3680633
e89b0f5
b775a29
a771fef
c7cb37b
fec04d0
ff835af
09f012a
cd029f5
cbf0370
319c22d
b45da5e
b4aa88c
1c49317
b18d39b
aa30359
e808bf5
db75d59
780fa1c
da9f50c
ab1c336
e6e2e7b
acc707d
975acf3
a0c4d0a
c22f4c2
11a0591
2f6236b
94720e0
28f241b
8457818
a406c11
45fe309
db102ce
207f41a
410a1fe
70df636
2637cf4
a494b9d
c22ddcb
e1f32a0
37b87a1
4d8bf6a
4ef498e
e8d5ebd
874023e
40ca9d1
5334cda
2562b8f
5e8d7f5
de912e3
96f0323
63af403
8e54ed3
eaf533a
6fded81
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.
-> nanargmin (is this not exercised in tests?)
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 exercised in tests
The only difference between this and EA.argmin is this passes
axis
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.
not sure much point in making this private
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.
sure
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.
can't you just do this above?
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.
no. the reshape has to be after the maybe_infer_ndim, and that has to be after the DatetimeArray._simple_new