×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

What are some of the specific queries and analyses covered in this lab using BigQuery and the NCAA dataset?

by EITCA Academy / Thursday, 03 August 2023 / Published in Cloud Computing, EITC/CL/GCP Google Cloud Platform, GCP labs, Exploring NCAA data with BigQuery, Examination review

In the lab "Exploring NCAA data with BigQuery" on the Google Cloud Platform (GCP), several specific queries and analyses can be performed using BigQuery and the NCAA dataset. This lab provides a hands-on experience in leveraging the power of BigQuery to explore and analyze a large dataset related to the National Collegiate Athletic Association (NCAA). By utilizing BigQuery's capabilities, users can gain insights into various aspects of NCAA data.

One of the queries covered in this lab involves analyzing the number of games played by each team in a specific season. This can be done by querying the "games" table and filtering the data based on the desired season. For example, to find the number of games played by the Duke Blue Devils in the 2018 season, the following query can be used:

SELECT COUNT(*) AS num_games
FROM `bigquery-public-data.ncaa_basketball.mbb_games_sr`
WHERE season = 2018 AND (home_team_name = 'Duke' OR away_team_name = 'Duke')

This query counts the number of rows returned by filtering the games table for the specified season and either the home team or away team being Duke. The result provides the total number of games played by Duke in the 2018 season.

Another analysis covered in the lab involves finding the teams with the highest average scores in a given season. This can be achieved by querying the "games" table, grouping the data by team, and calculating the average score. For instance, to identify the top five teams with the highest average scores in the 2019 season, the following query can be used:

SELECT home_team_name AS team, AVG(home_team_score) AS avg_score
FROM `bigquery-public-data.ncaa_basketball.mbb_games_sr`
WHERE season = 2019
GROUP BY team
ORDER BY avg_score DESC
LIMIT 5

This query selects the home team name and calculates the average home team score for each team in the 2019 season. The results are then grouped by team, ordered in descending order by average score, and limited to the top five teams with the highest average scores.

Furthermore, the lab covers queries related to finding the teams with the most wins in a season, determining the distribution of scores, analyzing the performance of specific teams over multiple seasons, and more. These queries allow users to gain insights into various aspects of NCAA data, such as team performance, score trends, and historical analysis.

The lab "Exploring NCAA data with BigQuery" provides an opportunity to explore and analyze the NCAA dataset using BigQuery on the Google Cloud Platform. Users can perform queries and analyses to extract valuable insights related to team performance, score distributions, and historical trends. By leveraging the power of BigQuery, this lab enables users to gain a deeper understanding of the NCAA dataset and its applications in the field of sports analytics.

Other recent questions and answers regarding EITC/CL/GCP Google Cloud Platform:

  • What is the difference between Cloud Storage and Cloud Firestore?
  • To what extent is the GCP useful for web pages or applications development, deployment and hosting?
  • How to calculate the IP address range for a subnet?
  • What is the difference between Cloud AutoML and Cloud AI Platform?
  • What is the difference between Big Table and BigQuery?
  • How to configure the load balancing in GCP for a use case of multiple backend web servers with WordPress, assuring that the database is consistent accross the many back-ends (web servwers) WordPress instances?
  • Does it make sense to implement load balancing when using only a single backend web server?
  • If Cloud Shell provides a pre-configured shell with the Cloud SDK and it does not need local resources, what is the advantage of using a local installation of Cloud SDK instead of using Cloud Shell by means of Cloud Console?
  • Is there an Android mobile application that can be used for management of Google Cloud Platform?
  • What are the ways to manage the Google Cloud Platform ?

View more questions and answers in EITC/CL/GCP Google Cloud Platform

More questions and answers:

  • Field: Cloud Computing
  • Programme: EITC/CL/GCP Google Cloud Platform (go to the certification programme)
  • Lesson: GCP labs (go to related lesson)
  • Topic: Exploring NCAA data with BigQuery (go to related topic)
  • Examination review
Tagged under: BigQuery, Cloud Computing, Data Analysis, Google Cloud Platform, NCAA Dataset, Sports Analytics
Home » Cloud Computing » EITC/CL/GCP Google Cloud Platform » GCP labs » Exploring NCAA data with BigQuery » Examination review » » What are some of the specific queries and analyses covered in this lab using BigQuery and the NCAA dataset?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?