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.23.tar.gz
(2.0 MB
view details)
Built Distribution
coiled-0.0.23-py3-none-any.whl
(44.8 kB
view details)
File details
Details for the file coiled-0.0.23.tar.gz
.
File metadata
- Download URL: coiled-0.0.23.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.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c348a80b8ac4543e914727bc1e9f7177ef365423a385dfc84ccf9cbfb010fb1 |
|
MD5 | f974cdb49e9e35081b82a1c8872056da |
|
BLAKE2b-256 | 0500c0a1e019cb9eb546537e835fd66f610c3c0b76e77b26bcfdd7480c4fc6e8 |
Provenance
File details
Details for the file coiled-0.0.23-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.23-py3-none-any.whl
- Upload date:
- Size: 44.8 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.2.0.post20200712 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a634c9b09436bf29eabdd2c1d48e9c4fc708dc89ef64d6ea02f3152079534f1 |
|
MD5 | 303126f73f6dded9dda9ae706bc8c719 |
|
BLAKE2b-256 | c6f50cc952d92fb356100653d91c0dbc7764a2bcf40da1913042b2f5017c4a47 |