Skip to main content

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.31.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

coiled-0.0.31-py3-none-any.whl (52.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page