nordic_comet_7043
Exemplar
Top 2.2%
Member Nº 4609
Joined Aug 2026
SQL
Common Table Expressions
Complex Data Patterns
Correlated Subquery
Python
Tuples
Unpacking
Dict Iteration
Spark
Window Frames
Window Deduplication
First & Last Values
Data Modeling
Metric Additivity
Constraints
Learned
SQL170
Python46
Milestones
Top 100
7-day streak
1,129 runs in the past 26 weeksActive days: 14 · Max streak: 7
MarAprMayJunJulAugSep
Recent solves
Given scores (a dictionary of name:score pairs), use a for loop with .items() to print only the name
Python · medium · lesson
Given letters, build a dictionary called freq that maps each character to how many times it appears
Python · medium · lesson
Given keys and values, use dict() and zip() to create a dictionary called info
Python · medium · lesson
Given names and scores, use zip() to pair them and print each pair in the format 'name: score', one
Python · medium · lesson
Given words, use enumerate() to find the indices of all words that have more than 4 characters
Python · medium · lesson
Given tasks, use enumerate() with start=1 to print a numbered task list
Python · medium · lesson
Given fruits, use enumerate() to print each fruit with its index in the format 'index: fruit'
Python · medium · lesson
Group events by the 'source' field extracted from payload using JSON_EXTRACT_SCALAR
SQL · medium · lesson
Find button click events and extract the button_id from the payload JSON column.
SQL · medium · lesson
Use a CTE to extract the first and second tags from the tags array
SQL · medium · lesson