Skip to main content

A small example package

Project description

Installation

pip install manonaid_helpers

See PyPi for package index.

Requirements

Azure Storage connection string has to be set as environment variable AZURE_STORAGE_CONNECTION_STRING or the seperate environment variables AZURE_STORAGE_KEY and AZURE_STORAGE_NAME which will be used to create the connection string.

Usage

Download

1. Fetch as pd.DataFrame

We can use the returnAsDataFrameDict() method to fetch one or multiple blobs as DataFrames

If we fetch only one blob it is returned as a DataFrame

While fetching multiple blobs the return object is a dictonary of DataFrames with the blob name(with the extension) as the key.

For all blobs that contain columns with names containing "date" or "time" are converted to datetime with format="%Y-%m-%dT%H:%M:%S"

from manonaid_helpers.download import Download

df = Download(
    source="cyi5", 
    extension=".csv", 
    folder="pack_test/"
).returnAsDataFrameDict()

2. Download a specific folder from a container

We can download a folder by setting the folder argument.

from manonaid_helpers.download import Download

Download(
   source='cyi5',
   folder="pack_test/",
   extension='.csv',
).returnAsDataFrameDict()

3. Download a given list of files

We can give a list of files to download with the list_files argument.

from manonaid_helpers.download import Download

Download(
   source='cyi5',
   folder="pack_test/",
   extension='.csv',
   list_files=["20230301_ais_accuracy.csv"],
).returnAsDataFrameDict()

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

manonaid_helpers-0.0.5.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

manonaid_helpers-0.0.5-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file manonaid_helpers-0.0.5.tar.gz.

File metadata

  • Download URL: manonaid_helpers-0.0.5.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.8

File hashes

Hashes for manonaid_helpers-0.0.5.tar.gz
Algorithm Hash digest
SHA256 86f2a60f9f58553f8395d93ff25b506dcef8122dc2c6afae70fb4fccdc46d878
MD5 75f7b6a147363833f5276c74a2ebd3ab
BLAKE2b-256 46fe86b5fd89cd660ba647fc5f04904a496f7617820dd017f8707be6e4ab33e4

See more details on using hashes here.

File details

Details for the file manonaid_helpers-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for manonaid_helpers-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2361a87258a4ca509280db88d74ed7c5cc675ba72e6abd26b02062ede30c3505
MD5 80af96b5e351fed86d0c984aab1c57da
BLAKE2b-256 2c9a3064b27ffd60587b717a789cdea24034c63a565dbd0b3e8aa78f298d0faf

See more details on using hashes here.

Supported by

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