Fugue API Docs

Fugue is a unified interface for distributed computing that lets users execute Python, pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites.

This documentation page is mainly an API reference. To learn more about Fugue, the Github repo README and the tutorials will be the best places to start. The API reference is mainly for users looking for specific functions and methods.

Installation

Fugue is available on both pip and conda. Detailed instructions can be found on the README.

Community

Please join the Fugue Slack to ask questions. We will try to reply as soon as possible.

For contributing, start with the contributing guide