Skip to main content

This package is intended to implement uniformity across SD Data Science projects.

Project description

sdutilities

This package is intended to implement uniformity across SD Data Science projects.

Functions and Classes that are included in this package are those frequently used across a variety of projects. We aim to make our code simplified and uniform by continuously updating both this package and the projects where the functions are applicable.

Note: The latest version of this package can be used only in Databricks and directly from Github. To use this package in Databricks, follow the instructions below:

  1. Use the option of installing a wheel from S3
  2. Use the following uri: s3://sdac-s3-use1-data-ocean/silver/internal/users/data_science/interim/tests/sdutilities-<version>-py3-none-any.whl OR
  3. Always install on notebook scope as shown below, and if there any pip conflicts, please use the --force-reinstall --no-deps option:
# A full install
!pip install "/dbfs/internal/users/data_science/dist/sdutilities-1.2.8.tar.gz"
 
# To install only the log module
!pip install "/dbfs/internal/users/data_science/dist/sdutilities_log-1.0.0.tar.gz"

# if there are any conflicts, use the following option
!pip install "/dbfs/internal/users/data_science/dist/sdutilities-1.2.8.tar.gz" --force-reinstall --no-deps

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

sdutilities-1.3.1.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

sdutilities-1.3.1-py3-none-any.whl (27.4 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