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.34.tar.gz
(2.4 MB
view details)
Built Distribution
coiled-0.0.34-py3-none-any.whl
(55.1 kB
view details)
File details
Details for the file coiled-0.0.34.tar.gz
.
File metadata
- Download URL: coiled-0.0.34.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 296137153ace7091f584ced0f2907802aed00fbdf3bdc9e5b1ac5bc0aed29a35 |
|
MD5 | a11ef5f4971f804487a541af68ed322b |
|
BLAKE2b-256 | 7bb61fcef8b643e99101ad26a06e33fca0a2a10f9d4440ec3e542fb60da8d702 |
Provenance
File details
Details for the file coiled-0.0.34-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.34-py3-none-any.whl
- Upload date:
- Size: 55.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.6.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1516bf8ce05b1476b2a46aded732faaf14014dfd977bcbc090ad8245567f92f9 |
|
MD5 | 81c1dadfaa734e7163a849bcba08d77a |
|
BLAKE2b-256 | 7cb286d33abbf62273f58a607541c973032d03ac3ed0860eccb0b1b4557a56ad |