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

Add basic statistics function #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add basic statistics function #40

wants to merge 1 commit into from

Conversation

mrocklin
Copy link
Member

This does very little, but it's an example of what we could do.

This does very little, but it's an example of what we could do.
@rjzamora
Copy link
Member

Cool!

I experimented with this in dask.dataframe in the past and ended up wanting partition-wise statistics to do things more complicated than optimizing len (i.e. row-count, and column min/max/null_count).

@mrocklin
Copy link
Member Author

and ended up wanting partition-wise statistics to do things more complicated than optimizing

Yup. I agree. I added length just because that was trivial to do in a few minutes. I hope that we start to track more sophisticated metadata.

My hope is that you give this some thought and it becomes something that we keep in mind.

@rjzamora
Copy link
Member

Yup. I agree. I added length just because that was trivial to do in a few minutes... My hope is that you give this some thought and it becomes something that we keep in mind.

Got it. This was my assumption - Thanks for confirming.

rjzamora added a commit to rjzamora/dask-match that referenced this pull request May 16, 2023
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

Successfully merging this pull request may close these issues.

2 participants