Educational Cards

Learn from video content, text, and interactive tasks

Filters
Clear
GroupBy: split-apply-combine in pandas

Almost every analytical question sounds like "for each category, compute something": total sales...

Intermediate Data Science Praktikum
1
Vectorized string operations with .str

String cleaning is the unglamorous core of most data pipelines: phone numbers arrive with dashes...

Beginner Data Science Praktikum
Dates and times in pandas

Dates arrive as strings, get stored as objects, and break when you try to subtract them. The entry...

Beginner Data Science Praktikum
1
Vectorized operations vs apply in pandas

The performance gap between vectorized pandas code and row-wise apply is not 2x or 5x — it is often...

Intermediate Data Science Praktikum
Reshaping: pivot tables and melt

Data comes in two shapes and you will constantly convert between them. Wide format puts each...

Intermediate Data Science Praktikum
Selecting data with loc, iloc, and boolean indexing

Three selection tools live side by side in pandas, and confusing them is one of the most common...

Beginner Data Science Praktikum
Travel: Layovers, buffers, and realistic day plans

You book two cheap tickets with a 45-minute connection abroad and learn why minimum connect times...

Beginner Travel
Photography: Exposure triangle trade-offs in still images

You raise ISO to freeze motion indoors and the image turns grainy; you open the aperture for light...

Beginner Photography
Spanish: Present tense of regular -ar, -er, -ir verbs

You want to describe habits and facts without reaching for the past: the presente de indicativo is...

Beginner Spanish
Spanish: Ser, estar, and what changes over time

You are texting a friend about a job interview: are you nervous as a person or nervous right now?...

Beginner Spanish
2
Spanish: Pretérito vs imperfecto in short narratives

You are summarising a film: some actions close a scene while others paint background. The preterite...

Intermediate Spanish
Music: Beat, meter, and counting subdivisions

You tap along to a chorus and sometimes land on strong beats, sometimes on offbeats—meter is the...

Beginner Music