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
It would be cool if this package's functionality could be made available via a submodule in altair:
from altair import aly
aly.nan()
or maybe:
import altair as alt
alt.aly.nan()
It would put much higher demands on the code quality and stability so less rapid development, but could still be labeled as a more experimental part of the altair package if everything was contained in a submodule/folder. It would increase the visibility of these functions a lot which I think would be useful for many people
The text was updated successfully, but these errors were encountered:
It would be cool if this package's functionality could be made available via a submodule in altair:
or maybe:
It would put much higher demands on the code quality and stability so less rapid development, but could still be labeled as a more experimental part of the altair package if everything was contained in a submodule/folder. It would increase the visibility of these functions a lot which I think would be useful for many people
The text was updated successfully, but these errors were encountered: