DataFrameDatasetCLocIndex

IDataFrameDatasetCLocIndex

DataFrameDatasetCLocIndex


source

DataFrameDatasetCLocIndexer

 DataFrameDatasetCLocIndexer (dataset:Any)

NOTE: what is the difference between loc and cloc? Afterall loc can handle both integer and string indexing, either with repeated values. So why do we need cloc? Well we might not know what the categorical value is (if it is a string label). So we extract the catgories from the index and then assume that the index is working on the categories rather than the index. We then use the categories (labels) to work with df.loc.