-
DatetimeIndex.isin(values)
[source] -
Compute boolean array of whether each index value is found in the passed set of values
Parameters: values : set or sequence of values Returns: is_contained : ndarray (boolean dtype)
DatetimeIndex.isin()
2017-01-12 04:47:27
Please login to continue.