tutorials
tutorials copied to clipboard
Tutorials for Fugue - A unified interface for distributed computing. Fugue executes SQL, Python, and Pandas code on Spark and Dask without any rewrites.
When running the "ray" example as provided [here](https://fugue-tutorials.readthedocs.io/tutorials/beginner/execution_engine.html?highlight=ray), the example fails, if a remote cluster is used. This ray issue seems related: https://github.com/ray-project/ray/issues/41333 ## Repro-steps: 1. set up a ray...
The presence of FugueWorkflow in the docs is more confusing than helpful so we are removing instances that aren't needed in favor of the Fugue API.
One of the unclear things is how to piece together reusable queries to form a bigger query with Jinja templating, an example around this will help.
Previously, Fugue did not support column names with spaces. With changed to triad, we now can. It needs to be updated here: https://fugue-tutorials.readthedocs.io/tutorials/advanced/schema_dataframes.html#schema We can now do: ``` `a b`:int,b:str...
There is a use case to ignore case at the engine level if a user has multiple SQL queries under the engine_context. For example: ```python from fugue import NativeExecutionEngine import...
The installation instructions for the Jupyter extension currently on lives in the README of that repo here: https://github.com/fugue-project/fugue-jupyter We need to move this to the actual tutorials page so that...
Leaving the remaining sections for a deeper dive
Refs #72
Hey there, I saw this mentioned in [beginner/extensions](https://fugue-project.github.io/tutorials/tutorials/beginner/beginner_extension.html?highlight=pyodbc) and [extensions/creator](https://fugue-project.github.io/tutorials/tutorials/extensions/creator.html). I'll try figure this out and put together a brief example that could be slotted into either section
Assume that the user doesn't know what this is so should be introduced in the intro section