No project description provided
Project description
Coiled
See coiled.io
Example
import coiled
# Create a remote Dask cluster managed by Coiled
cluster = coiled.Cluster(configuration="coiled/default")
# Connect a Dask Client to the cluster
import dask.distributed
client = dask.distributed.Client(cluster)
# Start performing computations!
import dask.datasets
df = dask.datasets.timeseries()
df[["x", "y"]].resample("1h").mean().compute()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coiled-0.0.20.tar.gz
(1.5 MB
view hashes)
Built Distribution
coiled-0.0.20-py3-none-any.whl
(40.7 kB
view hashes)