cerebral.features.filter_masked(data: Series | list, other: list | Series | None = None)[source] Filters out masked or NaN values from data. Parameters:¶ data: Series | list¶The data to be filtered. other: list | Series | None = None¶Any other data to be selected from based on the filtering of data. Last update: Feb 09, 2023