Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE-REQUEST] looking for vaex equivalent of pandas_df.corr(min_periods=100) #2402

Open
Rajendra-mckesson opened this issue Nov 14, 2023 · 0 comments

Comments

@Rajendra-mckesson
Copy link

Rajendra-mckesson commented Nov 14, 2023

Description
Vaex correlation calculation completely ignores the rows or column with missing values; which is not desired behavior with real world data; Pandas have such functionality pandas_df.corr(min_periods=100), where min_periods defines minimum number of valid (Not NaN) observations required per pair of columns to have a valid correlation value.

Is your feature request related to a problem? Please describe.

Additional context
pandas equivalent: pandas_df.corr(min_periods=100)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant