tool to interact with data from different storage services
Project description
Install
$ python -m pip install dataco
Examples
>>> from dataco import S3, GDrive
>>> s3 = S3('bucket_name')
>>> df = s3.read_csv('file_name.csv')
>>> df = s3.read_excel('file_name.xlsx', sheet_name='sheet_name')
>>> drive = GDrive('credential_file')
>>> files = drive.search_files_by_name('cities.csv')
>>> df = drive.read_csv('csv_file_id')
>>> df = drive.read_excel('excel_file_id', 'sheet_id')
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
dataco-0.1.2.tar.gz
(3.9 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 dataco-0.1.2.tar.gz.
File metadata
- Download URL: dataco-0.1.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d681d5f07a5388a670e73a8a6b774b61f27a2a27f6694989594d3164d75b51e3
|
|
| MD5 |
ac7436630bb2ea82328635be308d3832
|
|
| BLAKE2b-256 |
7946d9b2b0955d280645a96db96448abc56c7a5f35f40e53188199d17414bb65
|
File details
Details for the file dataco-0.1.2-py3-none-any.whl.
File metadata
- Download URL: dataco-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bde95f851dda5ddb63948149b14decc23ca0d8126d5ecd303311f6ea18406305
|
|
| MD5 |
0c137b61db8b97beaa9f3392b52bb2a6
|
|
| BLAKE2b-256 |
031bb528324285814b0bfbcf13f7b3717ca6fc9cf42d351035f1d6aae4198023
|