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 resampling function/algorithm #1

Open
aaron-schroeder opened this issue Oct 29, 2022 · 1 comment
Open

Add resampling function/algorithm #1

aaron-schroeder opened this issue Oct 29, 2022 · 1 comment
Labels
Algos enhancement New feature or request

Comments

@aaron-schroeder
Copy link
Owner

A form of functionality already appears in this package.

But I want to make it more general. Resample any column in the dataframe based on another one (as long as that one is monotonic increasing, like distance, time, or timestamp. Potentially this could extend to resampling the entire DataFrame this way, but I don't see that being immediately necessary.

@aaron-schroeder
Copy link
Owner Author

The algorithm's now included in pandas_xyz/algorithms.py, but:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant