Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

dataco-0.1.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page