728x90
Nested and Repeated Data
-
[캐글] Nested and Repeated Data 정답<Kaggle-Course> 2023. 3. 13. 18:49
Introduction Now that you know how to query nested and repeated data, you're ready to draw interesting insights from the GitHub Repos dataset. Before you get started, run the following cell to set everything up. # Set up feedback system from learntools.core import binder binder.bind(globals()) from learntools.sql_advanced.ex3 import * print("Setup Complete") Exercises 1) Who had the most commits..