Skip to main content

Lightweight utilities for data science workflows

Project description

dsutilbox

dsutilbox is a lightweight, modular Python package that provides reusable utilities for data science workflows.

It helps you speed up experimentation and maintain consistency across projects by organizing commonly used preprocessing, modeling, and evaluation functions.

Features

  • 🧹 Preprocessing: missing value handling.

Installation

To install in editable (development) mode:

pip install -e .

Make sure you run this command from the root folder that contains the pyproject.toml file.

Example Usage

from dsutilbox.preprocessing import fill_missing

# Example
df = fill_missing(df, strategy="mean")
model = train_logistic(X_train, y_train)

📄 License

MIT License © 2025 Yuki Li

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

dsutilbox-0.1.0.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

dsutilbox-0.1.0-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file dsutilbox-0.1.0.tar.gz.

File metadata

  • Download URL: dsutilbox-0.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.5

File hashes

Hashes for dsutilbox-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8a80603449d5eac73b053020d5a0174682d4f07742e0285095ed6a3e6201465f
MD5 24b57acd89cee194e1746a855cc06ea7
BLAKE2b-256 0f1b45f08fb6e1182d564d802ed2a304f61c865831cd37c89273b8fd9bffae5c

See more details on using hashes here.

File details

Details for the file dsutilbox-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: dsutilbox-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.5

File hashes

Hashes for dsutilbox-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d60d00705b2338939d720e2ee6a4d2943c9d42c9748e708001b124be8c01b59b
MD5 c89c2599895880a9eb397f67179ac362
BLAKE2b-256 77490deef798d4736daff0ee2c46f206f4b40cdbce00f2c3cc29dd453e61d176

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