Skip to content
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(pytorch_tensor) #45007

Merged
merged 7 commits into from Dec 23, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Dec 21, 2021

cc @YeahNew

Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i doubt we have torch on any builds

@jreback jreback added the Performance Memory or execution speed performance label Dec 22, 2021
@jreback jreback added this to the 1.4 milestone Dec 23, 2021
@jreback jreback merged commit 0f3c5e9 into pandas-dev:master Dec 23, 2021
@jbrockmendel jbrockmendel deleted the issues2 branch December 23, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using pd.DataFrame(tensor) is abnormally slow, you can make the following modifications
2 participants