Skip to content

Feat: Add 311 example#310

Merged
happyhuman merged 4 commits into
GoogleCloudPlatform:mainfrom
chellebodnar-google:main
Mar 17, 2022
Merged

Feat: Add 311 example#310
happyhuman merged 4 commits into
GoogleCloudPlatform:mainfrom
chellebodnar-google:main

Conversation

@chellebodnar-google

@chellebodnar-google chellebodnar-google commented Mar 17, 2022

Copy link
Copy Markdown
Contributor

Description

Note: If you are adding or editing a dataset, please specify the dataset folder involved, e.g. datasets/google_trends

Checklist

Note: If an item applies to you, all of its sub-items must be fulfilled

  • (Required) This pull request is appropriately labeled
  • Please merge this pull request after it's approved
  • I'm adding or editing a feature
    • I have updated the README accordingly
    • I have added tests for the feature
  • I'm adding or editing a dataset
    • The Google Cloud Datasets team is aware of the proposed dataset
    • I put all my code inside datasets/<DATASET_NAME> and nothing outside of that directory
  • I'm adding/editing documentation
  • I'm submitting a bugfix
    • I have added tests to my bugfix (see the tests folder)
  • I'm refactoring or cleaning up some code

@google-cla

google-cla Bot commented Mar 17, 2022

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@happyhuman happyhuman changed the title Add 311 example Feat: Add 311 example Mar 17, 2022
@happyhuman happyhuman self-requested a review March 17, 2022 21:46
SUM(num_instances) OVER (PARTITION BY source) total
FROM source_category_counts)
WHERE
rank = 1;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you provide a comment for this rank?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added!

Add comments and change variable "num_instances" to "num_compaints" for clarity
@happyhuman happyhuman merged commit 844a7fb into GoogleCloudPlatform:main Mar 17, 2022
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.

2 participants