DataFrame.itertuples(index=True, name='Pandas')
DataFrame.as_blocks(copy=True)
DataFrame.get_dtype_counts()
DataFrame.style Property returning a Styler object containing methods for building a styled HTML representation fo
DataFrame.to_panel()
DataFrame.stack(level=-1, dropna=True)
DataFrame.first_valid_index()
DataFrame.swaplevel(i=-2, j=-1, axis=0)
DataFrame.divide(other, axis='columns', level=None, fill_value=None)
DataFrame.rfloordiv(other, axis='columns', level=None, fill_value=None)
Page 8 of 23