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.17.tar.gz
(1.6 MB
view details)
Built Distribution
coiled-0.0.17-py3-none-any.whl
(35.7 kB
view details)
File details
Details for the file coiled-0.0.17.tar.gz
.
File metadata
- Download URL: coiled-0.0.17.tar.gz
- Upload date:
- Size: 1.6 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 | 4e4f20b9e4236580547a1c2880d07e249820405323ab12ccc1e8856ad11e5e1d |
|
MD5 | 53218499f41cf1d9f3327108ff4091e7 |
|
BLAKE2b-256 | f4fe361697b6769768f53caf3a4be3fd5b90ac8196d87f4e7de8d04860b6c82f |
Provenance
File details
Details for the file coiled-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.17-py3-none-any.whl
- Upload date:
- Size: 35.7 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 | ea127a25f0c198188793264175e3d38fc72c7df7318222ed908bd96dc260c6cd |
|
MD5 | 2a74d154dcd561b0dd91fcd088ac0429 |
|
BLAKE2b-256 | 61910ece7cd570ce658fb3e2d7dc2be28726865528a132645969b36ed7d52cbe |