You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried it with a dataframe with one column of strings (type = String31) and 6 columns of Float 64s. it bugs with the error
ArgumentError: Only simple objects can be shared with JS, like vectors and dictionaries. InlineStrings.String31 is not compatible.
would you expect this to work? is the problem at my end? happy to provide any additional diagnostic info if this package is maintained and the error isn't at my end.
apologies if this is a dumb question - i'm still getting my feet under me w/ pluto.
The text was updated successfully, but these errors were encountered:
tried it with a dataframe with one column of strings (type = String31) and 6 columns of Float 64s. it bugs with the error
ArgumentError: Only simple objects can be shared with JS, like vectors and dictionaries. InlineStrings.String31 is not compatible.
would you expect this to work? is the problem at my end? happy to provide any additional diagnostic info if this package is maintained and the error isn't at my end.
apologies if this is a dumb question - i'm still getting my feet under me w/ pluto.
The text was updated successfully, but these errors were encountered: