ramp.Plot.loc

Plot.loc(index=slice(None, None, None), columns=slice(None, None, None))

loc method to filter the data

Parameters:
  • index (str,list,tuple, optional) – pd.DataFrame.loc index filtering input, by default slice(None)

  • columns (str,list,tuple, optional) – pd.DataFrame.loc columns filtering input, by default slice(None)

Returns:

a Plot object using the index and columns filters

Return type:

Plot