movement.filtering.report_nan_values#

movement.filtering.report_nan_values(ds, ds_label='dataset')[source]#

Report the number and percentage of points that are NaN.

Numbers are reported for each individual and keypoint in the dataset.

Parameters:
  • ds (xarray.Dataset) – Dataset containing position, confidence scores, and metadata.

  • ds_label (str) – Label to identify the dataset in the report. Default is “dataset”.