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

[FEA] retain original indexes or original dataframe data in window_points #185

Open
taureandyernv opened this issue Apr 30, 2020 · 2 comments
Labels
feature request New feature or request Needs Triage Need team to review and classify

Comments

@taureandyernv
Copy link
Contributor

Currently, window points returns a dataframe (let's call it wp) with a list of X and Y points in a particular region [window] of interest. However, there is no easy way to take the returned wp and continue on with your workflow on the original data.

Possible solutions are:
a) having the entire row from original dataframe with the points be returned in wp
b) having the original index from the original dataframe returned,
c) returning a boolean so we can save it as a new column in the original dataframe

Thoughts or tweaks?

@taureandyernv taureandyernv added Needs Triage Need team to review and classify feature request New feature or request labels Apr 30, 2020
@github-actions
Copy link

This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.

@github-actions
Copy link

This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Needs Triage Need team to review and classify
Projects
Status: Todo
Development

No branches or pull requests

2 participants