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
Only attempt to import np/pd once in basevalidators
Use get_module to import numpy and pandas once at the load of basevalidators
Significantly speeds up graph rendering when using large (10K entry)
pandas dataframe columns.
Graph rendering time changed from 1200-1500ms to 240-350ms by avoiding
many (~10K) calls to get_module().
0 commit comments