Data Frame
Everything on SkillVeris tagged Data Frame — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Caching and Persistence
When and how to cache a Spark DataFrame to avoid recomputation, the tradeoffs between storage levels, and the pitfalls of over-caching or forgetting to unpersi…
DataFrames Basics
How Spark's DataFrame API represents distributed, schema-aware tabular data and why it outperforms hand-written RDD code.
DataFrame Basics
Understand the structure of a pandas DataFrame — rows, columns, index, and dtypes — and the core operations for creating, inspecting, and selecting from tabula…