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.26.tar.gz
(2.0 MB
view details)
Built Distribution
coiled-0.0.26-py3-none-any.whl
(49.4 kB
view details)
File details
Details for the file coiled-0.0.26.tar.gz
.
File metadata
- Download URL: coiled-0.0.26.tar.gz
- Upload date:
- Size: 2.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200917 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbf1028b3ae1fc0f4a1340f5a0119b4d112ceedd945d562636b2088a03abc467 |
|
MD5 | 4a377d0ee8eb3b5fcd3a44bf32a26de3 |
|
BLAKE2b-256 | 3811b003296cb6a759434e3d30b06292a279554e4f5a728e86924b42f60578be |
Provenance
File details
Details for the file coiled-0.0.26-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.26-py3-none-any.whl
- Upload date:
- Size: 49.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200917 requests-toolbelt/0.9.1 tqdm/4.50.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cf1ae39c3236f8937a95e49a9eac8355a2825bd234114159e9e314c032935ae |
|
MD5 | 94123383bfd7378fabf66e341296e911 |
|
BLAKE2b-256 | 98175ef91e8f61301c90a64cade7ab2ab8bb2c53fd15967c07558330842237c4 |