stilt.transforms.apply_transforms#

stilt.transforms.apply_transforms(particles, transforms, context)[source]#

Apply transforms in order; returns particles itself when there are none.

Return type:

DataFrame

Parameters:
  • particles (DataFrame)

  • transforms (list[Any])

  • context (TransformContext)