Skip to content

sdk to interact with different data storages, databases

License

Notifications You must be signed in to change notification settings

sang-d/data-connector

Repository files navigation

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

About

sdk to interact with different data storages, databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages