bwiley1 / pandleau

A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
MIT License
61 stars 19 forks source link

__init__.py #5

Closed RPerk22 closed 6 years ago

RPerk22 commented 6 years ago

from pandleau import pandleau You are using the Tableau SDK, please save the output as .tde format

ImportErrorTraceback (most recent call last)

in () ----> 1 from pandleau import pandleau C:\Users\perkir1\AppData\Local\Continuum\anaconda2\lib\site-packages\pandleau\__init__.py in () ----> 1 from pandleau.pandleau import * ImportError: No module named pandleau ---- package having issues w/ __init__.py file. Returns no module named pandleau import error.
RPerk22 commented 6 years ago

changing to 'from pandleau import *' seems to fix issue.

bwiley1 commented 6 years ago

Awesome, I'll update the example on the README file. Thanks for point this out!