captest.capdata.CapData.filter_days

CapData.filter_days(days, drop=False, custom_name=None)

Keep or drop the timestamps belonging to a list of days.

Parameters:
  • days (list) – Days to select or drop (date strings or Timestamps).

  • drop (bool, default False) – Drop the listed days instead of keeping only them.

  • custom_name (str, default None) – Optional display label for the recorded filter step.