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
np.isscalar doesn't detect a lot of types that are scalar from pandas point of view, such as dates, times, None, pd.Period, so pd.lib.isscalar should be preferred instead.