DataFrame.truncate(before=None, after=None, axis=None, copy=True)
DataFrame.reindex_like(other, method=None, copy=True, limit=None, tolerance=None)
DataFrame.irow(i, copy=False)
DataFrame.ftypes Return the ftypes (indication of sparse/dense and dtype) in this object.
DataFrame.select_dtypes(include=None, exclude=None)
DataFrame.between_time(start_time, end_time, include_start=True, include_end=True)
DataFrame.blocks Internal property, property synonym for as_blocks()
DataFrame.convert_objects(convert_dates=True, convert_numeric=False, convert_timedeltas=True, copy=True)
DataFrame.swaplevel(i=-2, j=-1, axis=0)
DataFrame.at_time(time, asof=False)
Page 6 of 23