Panel4D.at_time()

Panel4D.at_time(time, asof=False) [source] Select values at particular time of day (e.g. 9:30AM). Parameters: time : datetime.time or string Returns: values_at_time : type of caller

CategoricalIndex.get_value()

CategoricalIndex.get_value(series, key) [source] Fast lookup of value from 1-dimensional ndarray. Only use this if you know what you?re doing

DatetimeIndex.get_indexer_for()

DatetimeIndex.get_indexer_for(target, **kwargs) [source] guaranteed return of an indexer even when non-unique

TimedeltaIndex.shape

TimedeltaIndex.shape return a tuple of the shape of the underlying data

DatetimeIndex.dayofyear

DatetimeIndex.dayofyear The ordinal day of the year

Series.dt.is_quarter_end

Series.dt.is_quarter_end Logical indicating if last day of quarter (defined by frequency)

TimedeltaIndex.get_value()

TimedeltaIndex.get_value(series, key) [source] Fast lookup of value from 1-dimensional ndarray. Only use this if you know what you?re doing

Styler.clear()

Styler.clear() [source] ?Reset? the styler, removing any previously applied styles. Returns None.

Panel.keys()

Panel.keys() [source] Get the ?info axis? (see Indexing for more) This is index for Series, columns for DataFrame and major_axis for Panel.

MultiIndex.join()

MultiIndex.join(other, how='left', level=None, return_indexers=False) [source] this is an internal non-public method Compute join_index and indexers to conform data structures to the new index. Parameters: other : Index how : {?left?, ?right?, ?inner?, ?outer?} level : int or level name, default None return_indexers : boolean, default False Returns: join_index, (left_indexer, right_indexer)