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

KQL query to bin the result within 5 second window #222

Closed
wants to merge 3 commits into from

Conversation

surya057
Copy link

Module: 00

Lab/Demo: 09

Fixes # .

Changes proposed in this pull request: In the lab description, Instruction explicitly mentioned to window the results in 5 seconds. Instead it summarizes the total number of bikes per street based on the Window_End_Time without binning the data into 5 second intervals. Added a bin function to match the window expectation of the lab instructions.

  • Update the KQL query to match binning of 5 second interval

Corrected the KQL query to match the description.
KQL query for binning the data for 5 second interval
Binned kql result for 5 seconds
@AngieRudduck
Copy link
Contributor

@afelix-95 can you please review?

@afelix-95
Copy link
Contributor

The Window_End_Time column already groups the data in 5-second windows as a result of the GroupBy event node created earlier in the exercise. Therefore, the current KQL query in the instructions is correct.

@afelix-95 afelix-95 closed this Jan 7, 2025
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.

3 participants