Reshaping
Everything on SkillVeris tagged Reshaping — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Study Notes(4)
Working with Data Operations
How Compose, Parse JSON, Select, Filter Array, and table actions reshape data inside a flow without external calls.
tidyr and Reshaping Data
Learn how to reshape messy or wide data into tidy form using pivot_longer(), pivot_wider(), separate_wider_delim(), and complete().
Array Reshaping and Stacking
Reshaping changes an array's shape without altering its data, while stacking and splitting functions combine or divide arrays along chosen axes.
melt and Reshaping Data
Learn how pd.melt() converts wide-format DataFrames into long (tidy) format, and how it pairs with pivot to move data between shapes for analysis.