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

AttributeError: module 'edaviz' has no attribute 'get_titanic_df' #1

Closed
chanansh opened this issue Jul 21, 2019 · 8 comments
Closed

Comments

@chanansh
Copy link

import edaviz as eda
df = eda.get_titanic_df()  # sample pandas dataframe
df
AttributeError: module 'edaviz' has no attribute 'get_titanic_df'

@tkrabel
Copy link
Owner

tkrabel commented Jul 21, 2019

Hi,

can you tell me the following two things:

  • what do you get if you type import edaviz; edaviz?
  • what edaviz version are you using?

Please also see issue #2 (comment)

Best,
Tobias

@JapneetSinghbagga
Copy link

edaviz is not released, what you get after installing version 0.0.0 is an empty package.

@JayaRaghavendra
Copy link

AttributeError: module 'edaviz' has no attribute 'get_titanic_df'

and how do we get our data file into jupyter notebook by using edaviz

@tina3005
Copy link

has anyone fixed the issue?

@tkrabel
Copy link
Owner

tkrabel commented Nov 20, 2019

Hi,
please note that we have integrated edaviz into bamboolib, and that we are not actively developing edaviz as a standalone tool anymore.
I am very sorry if this caused inconveniences for you.
Best,
Tobias

@tkrabel tkrabel closed this as completed Nov 20, 2019
@tina3005
Copy link

tina3005 commented Nov 20, 2019 via email

@tkrabel
Copy link
Owner

tkrabel commented Nov 20, 2019

Hi,
you can see how we integrated edaviz into bamboolib here: https://www.youtube.com/watch?v=I0a58h1OCcg

Basically, edaviz lies behind a button. The nice thing now is that you can explore your data set and transform it directly from the GUI at the same time.

@tkrabel
Copy link
Owner

tkrabel commented Nov 20, 2019

Please note that I sent you an email. Let's discuss the details there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants