Python Pandas Types
The types defined by the pandas module.
DataFrame
For details on pandas.core.frame.DataFrame, see here.
RangeIndex
The pandas.core.indexes.range.RangeIndex type is returned by the index attribute on other data types, such as Series.
Series
For details on pandas.core.series.Series, see here.
_ILocIndexer
pandas.core.indexing._iLocIndexer is a view object returned by the iloc method.
_LocIndexer
pandas.core.indexing._LocIndexer is a view object returned by the loc method.