Dataframe 1.0 Help

Pivot / gather columns

  • pivot — transforms column values into new columns (long to wide)

  • gather — collects values from several columns into two key and value columns (wide to long)

16 June 2025