Skip to content
Waylon Flinn edited this page May 6, 2017 · 2 revisions

Return Value / Immutability

modify the current frame

  • add
  • rename

return a new frame

  • where
  • groupby

return something else

a reduction

  • count
  • min
  • max
  • sum
  • mean
  • reduce

meta (information about the frame)

  • distinct
  • columns

Descendant Invariant