Skip to content

Slow application of NAs #56

Description

@Deckart2

In the enforce_na function, missing values are added based on the {variable}_NA columns. However, this involves two for loops, one that iterates over rows and the other that iterates over columns. We can improve this speed with masking logic

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions