Could we consolidate data in faceted specs? #3758
joelostblom
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions