DataFrame.set_index(keys, drop=True, append=False, inplace=False, verify_integrity=False)
DataFrame.add_prefix(prefix)
DataFrame.shape Return a tuple representing the dimensionality of the DataFrame.
DataFrame.set_axis(axis, labels)
DataFrame.rdiv(other, axis='columns', level=None, fill_value=None)
DataFrame.kurt(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
DataFrame.abs()
DataFrame.duplicated(*args, **kwargs)
DataFrame.corrwith(other, axis=0, drop=False)
DataFrame.to_timestamp(freq=None, how='start', axis=0, copy=True)
Page 19 of 23