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:
- Use the option of installing a wheel from S3
- Use the following uri:
s3://sdac-s3-use1-data-ocean/silver/internal/users/data_science/interim/tests/sdutilities-<version>-py3-none-any.whl
OR - 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
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
sdutilities-1.2.9.tar.gz
(274.6 kB
view hashes)
Built Distribution
Close
Hashes for sdutilities-1.2.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dc2460b04bb971943f7e2309e8fab8c31c4b6e787dc526c8eaaf633dcb969d8 |
|
MD5 | b6b0c4d70e145914588bb3a7dd12a5d3 |
|
BLAKE2b-256 | 40a9d946aac14a41f88d48798f3f9a46044d3323d972537a519bfcb0123a95c4 |