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

✨ Preserve the TrajDataFrame index during preprocessing #108

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

Conversation

bennati
Copy link

@bennati bennati commented May 13, 2020

The index of the output of 'stop' corresponds to the index of the row in
the TrajDataFrame where the stop starts.
If the parameter 'leaving_index' is True, a new column is added containing the
index corresponding to the last row of the stop.

Closes !71

The index of the output of 'stop' corresponds to the index of the row in
the TrajDataFrame where the stop starts.
If the parameter 'leaving_index' is True, a new column is added containing the
index corresponding to the last row of the stop.

Closes !71
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.

Preserve the TrajDataFrame index during preprocessing operations
2 participants