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

data_summary: Exception: Internal Error #440

Open
truongc2 opened this issue Dec 15, 2020 · 2 comments · May be fixed by #441
Open

data_summary: Exception: Internal Error #440

truongc2 opened this issue Dec 15, 2020 · 2 comments · May be fixed by #441
Labels
bug Something isn't working

Comments

@truongc2
Copy link
Collaborator

Your bug may already be reported!
Please search on the issue tracker before creating one.

Description

When working with a modin dataframe object, data_summary() returns:
"Exception: Internal Error. Please email bug_reports@modin.org with the traceback and command that caused this error."

However, dd.data_summary(df, compute_backend="modin") works fine when df is a pandas dataframe and compute_backend="modin"

Steps to Reproduce

import modin.pandas as mpd
from sklearn.datasets import load_boston
import data_describe as dd

data = load_boston()
df = mpd.DataFrame(data.data, columns=list(data.feature_names))
dd.data_summary(df)

image

Your Environment

  • data describe version: 0.1.0b3
  • Python version: 3.7.7
  • Operating System: MacOS
@dvdjlaw
Copy link
Member

dvdjlaw commented Dec 16, 2020

@truongc2 Is this related to #389? You could test by running with modin >=0.8.2 which was just released a month ago.

@truongc2
Copy link
Collaborator Author

truongc2 commented Dec 16, 2020

@truongc2 Is this related to #389? You could test by running with modin >=0.8.2 which was just released a month ago.

You're right. It's related to #389. I'll integrate the update into PR #441

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants