-
Notifications
You must be signed in to change notification settings - Fork 1
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
Sum amount of concurrent pilots per time sample #31
Labels
Comments
Hmm, this is actually what the sampling should do already, so this is a bug. thx! |
As a side note, this is done by the resample method in pandas:
|
Sorry that this took so long to look into! To me it looks like the
Is that what you mean? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When measuring pilot concurrency, sampling returns all the timestamps within the sampling rate. For example:
When plotting this timeseries, it would be useful to have the total amount of entities in the specified state for the chosen time sample. For example:
The text was updated successfully, but these errors were encountered: