We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I installed pandas-highcharts using
$ pip install git+https://github.com/gtnx/pandas-highcharts.git
but
import pandas_highcharts pandas_highcharts.serialize
raises
AttributeError: 'module' object has no attribute 'serialize'
Any idea ?
The text was updated successfully, but these errors were encountered:
Solved in #16
For now, you should do:
import pandas_highcharts.core pandas_highcharts.core.serialize
Sorry, something went wrong.
3938e94
Update readme.rst
34ebeb4
based on the following issue, the import should be pandas_highcharts.core gtnx#24
No branches or pull requests
Hello,
I installed pandas-highcharts using
but
raises
Any idea ?
The text was updated successfully, but these errors were encountered: