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

[BUG] PandasDataFrame print slow #186

Closed
goodwanghan opened this issue Apr 22, 2021 · 0 comments · Fixed by #187
Closed

[BUG] PandasDataFrame print slow #186

goodwanghan opened this issue Apr 22, 2021 · 0 comments · Fixed by #187
Labels
bug Something isn't working core feature
Milestone

Comments

@goodwanghan
Copy link
Collaborator

Minimal Code To Reproduce

with FugueWorkflow() as dag:
    dag.load("verylargedataset").show()

Describe the bug
This can be very slow because the default head implementation is not good for pandas

Expected behavior
This should be very fast

Environment (please complete the following information):

  • Backend: pandas/dask/ray?
  • Backend version:
  • Python version:
  • OS: linux/windows
@goodwanghan goodwanghan added bug Something isn't working core feature labels Apr 22, 2021
@goodwanghan goodwanghan linked a pull request Apr 22, 2021 that will close this issue
@goodwanghan goodwanghan added this to the 0.5.3 milestone Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant