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.33.tar.gz
(2.4 MB
view details)
Built Distribution
coiled-0.0.33-py3-none-any.whl
(54.6 kB
view details)
File details
Details for the file coiled-0.0.33.tar.gz
.
File metadata
- Download URL: coiled-0.0.33.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 | f160a0dbaf078004dc984a0cce7722449bf2b9a06b04c595517c07ef5e6aa7db |
|
MD5 | afbcdbb91d4de1403d3c16853b19ca3f |
|
BLAKE2b-256 | 90f41572b70941b78bb0935f91600b6d2fab8f37c59a84a565c0a5a6126b5250 |
Provenance
File details
Details for the file coiled-0.0.33-py3-none-any.whl
.
File metadata
- Download URL: coiled-0.0.33-py3-none-any.whl
- Upload date:
- Size: 54.6 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 | 13478dde422628c0211bc5472e649baee9757030740706cdfeee9234ab247b93 |
|
MD5 | 8aedecdce6aab9d91c69cc31db7649b4 |
|
BLAKE2b-256 | 52a71fcbfe19fa85b44c7ec65ca3bc30a55267b33b9cea69fe190d82fdd1c508 |