captest.capdata.CapData.filter_days

CapData.filter_days(days, drop=False, inplace=True)

Select or drop timestamps for days passed.

Parameters:
  • days (list) – List of days to select or drop.

  • drop (bool, default False) – Set to true to drop the timestamps for the days passed instead of keeping only those days.

  • inplace (bool, default True) – If inplace is true, then function overwrites the filtered dataframe. If false returns a DataFrame.