-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation
Milestone
Description
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.
Adding the issue as requested in #8706.
Metadata
Metadata
Assignees
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementation