Panel4D.iterkv()

Panel4D.iterkv(*args, **kwargs) [source] iteritems alias used to get around 2to3. Deprecated

Series.dt.month

Series.dt.month The month as January=1, December=12

DatetimeIndex.summary()

DatetimeIndex.summary(name=None) [source] return a summarized representation

Series.str.get()

Series.str.get(i) [source] Extract element from lists, tuples, or strings in each element in the Series/Index. Parameters: i : int Integer index (location) Returns: items : Series/Index of objects

Series.ne()

Series.ne(other, level=None, fill_value=None, axis=0) [source] Not equal to of series and other, element-wise (binary operator ne). Equivalent to series != other, but with support to substitute a fill_value for missing data in one of the inputs. Parameters: other: Series or scalar value fill_value : None or float value, default None (NaN) Fill missing (NaN) values with this value. If both Series are missing, the result will be missing level : int or name Broadcast across a level, matchi

DatetimeIndex.second

DatetimeIndex.second The seconds of the datetime

Resampler.nunique()

Resampler.nunique(_method='nunique') [source] Returns number of unique elements in the group

DataFrame.transpose()

DataFrame.transpose(*args, **kwargs) [source] Transpose index and columns

MultiIndex.is_lexsorted()

MultiIndex.is_lexsorted() [source] Return True if the labels are lexicographically sorted

Resampler.fillna()

Resampler.fillna(method, limit=None) [source] Fill missing values Parameters: method : str, method of resampling (?ffill?, ?bfill?) limit : integer, optional limit of how many values to fill See also Series.fillna, DataFrame.fillna