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
%%python from beakerx import beakerx import pandas as pd beakerx.bar = pd.read_csv('../resources/data/interest-rates.csv')
fails with
TypeError: Object of type 'DataFrame' is not JSON serializable
The text was updated successfully, but these errors were encountered:
#7610 data frame serialization for python autotranslation
6bacb55
#7610 data frame serialization for python autotranslation (#7624)
7b908da
the value appears in groovy now but as a dictionary it still should be converted to a proper TableDisplay class:
Sorry, something went wrong.
#7610 #7625 fixed deserialization of table objects in autotranslation
dbb113d
#7610 #7625 fixed deserialization of table objects in autotranslation (…
6930af7
…#7673)
lmitusinski
No branches or pull requests
fails with
The text was updated successfully, but these errors were encountered: