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
Check for existing module in get_module before importing (#1690)
Significantly speeds up graph rendering when using large (10K entry)
pandas dataframe columns.
Using 50000 point Pandas series, this speeds up scatter plot generation from
2 seconds to ~280ms
0 commit comments