Recipes#

All questions are welcome in the Slack channel.

Have questions? Chat with us on Github or Slack:

Slack Status Homepage

Recipes will cover common DataFrame operations and how to do them using Fugue. The Fugue approach will be designed to be readable, scale-agnostic, yet still performant.

Pivot#

Pivoting a DataFrame is changing a tall DataFrame to a wide DataFrame.