Send columnar data structures from your code to a Squey cloud instance and visualize them.
Project description
Connect and send a dataset
from squeylab import send_to_squey
import pandas as pd
squey = send_to_squey.connect(
endpoint="3.222.243.61.aws.squeylab.com",
auth=("squey", "p@$$w0rd!")
)
df = pd.DataFrame(data={'col1': [1, 2], 'col2': [3, 4]})
squey.import_data(df, dataset_name="my_dataset")
Start the instance
from squeylab import send_to_squey
send_to_squey.start_instance(instance_id="i-0eb3fbba537abfa95")
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
send_to_squey-1.0.0.tar.gz
(17.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file send_to_squey-1.0.0.tar.gz.
File metadata
- Download URL: send_to_squey-1.0.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
455f502f0eb3fa3ca3071cb20042b706040224bf879f6c795dc5eefd03bad036
|
|
| MD5 |
1f3c0c809ef9151344dfaabd346b3e47
|
|
| BLAKE2b-256 |
75048b9878a5da9341d8f2c3a911635eb59848b9e93d7c43a02324676985859a
|
File details
Details for the file send_to_squey-1.0.0-py3-none-any.whl.
File metadata
- Download URL: send_to_squey-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7cc879b1347d71972bc2c3c2f89640a89503aac2eee61343d347bdd66bf24a
|
|
| MD5 |
9cf488e32e53364c90588d511851bf31
|
|
| BLAKE2b-256 |
ed267abe11b6b4f009717cc21333e17cb476dc1fe6f452f24589adc21a4225cf
|