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
and avoid the error, maybe those comparisons will be too complex for large data frames and non-portable across dataframe implementations (although many have some type of equality test built-in like pandas). But maybe we can explore if these datasets could be consolidated as is done for other data? See this function: https://github.com/altair-viz/altair/blob/main/altair/vegalite/v5/api.py#L63 cc @mattijn
The text was updated successfully, but these errors were encountered:
There are situations like the below that raises the error although the same data is technically used, just respecified as a new variable.
I am not sure if altair should be capable of figuring out that this is the same as
and avoid the error, maybe those comparisons will be too complex for large data frames and non-portable across dataframe implementations (although many have some type of equality test built-in like pandas). But maybe we can explore if these datasets could be consolidated as is done for other data? See this function: https://github.com/altair-viz/altair/blob/main/altair/vegalite/v5/api.py#L63 cc @mattijn
The text was updated successfully, but these errors were encountered: