Replies: 2 comments 1 reply
-
Hi @hugolvc I'd like to fix this, but can't see how to reproduce the issue, as the code isn't runnable. For example, what's If you could make the example reproducible, I'd happily try fixing it |
Beta Was this translation helpful? Give feedback.
1 reply
-
Based on The StackOverflow question, it looks like you just need to upgrade your version of Altair from 5.4.0 to 5.5.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1
I have the following code in Python, using Streamlit as framework:
And this is the debug output:
I can see that the dataframe used to generate the Altair object is a Pandas dataframe but, nevertheless, Altair seems to confuse it with a Narwhals dataframe.
I haven't found a single reference to a similar case, so any help will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions