Skip to main content

A Python toolkit for simplifying dataset preparation and preprocessing

Project description

datasetops

A Python toolkit for simplifying dataset preparation and preprocessing.

Installation

pip install datasetops-toolkit

Usage

from datasetops import DatasetOps

ds = DatasetOps("data.csv")

ds.summary()
ds.missing_report()
ds.remove_duplicates()
ds.normalize()
ds.encode_categorical()
ds.save_csv("clean_data.csv")

Features

  • Loading: load_csv, load_excel, load_json, reload_dataset
  • Inspection: summary, head, tail, shape, column_names, column_types, describe_stats
  • Missing Values: missing_report, missing_percentage, fill_missing_mean, fill_missing_median, fill_missing_mode, fill_missing_value, drop_missing_rows, drop_missing_columns
  • Duplicates: duplicate_report, count_duplicates, remove_duplicates
  • Column Operations: rename_column, drop_column, add_column, select_columns
  • Row Operations: filter_rows, sort_rows, sample_rows
  • Transformation: normalize, standardize, log_transform, encode_categorical, one_hot_encode
  • Analysis: data_quality_report, correlation_matrix, detect_outliers, column_unique_values, value_counts, group_by, aggregate_stats, top_values
  • Visualization: plot_histogram, plot_boxplot, plot_scatter, plot_correlation_heatmap
  • Export: save_csv, save_excel, export_report

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

datasetops_toolkit-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

datasetops_toolkit-0.1.2-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file datasetops_toolkit-0.1.2.tar.gz.

File metadata

  • Download URL: datasetops_toolkit-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for datasetops_toolkit-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ffa3922b8836a45d49e0f1616de3f670e960422e0d79596a8027b733c0960991
MD5 4d7cdeaee565466b9b95493c84caf277
BLAKE2b-256 abf97e69bd565c7f7278467c537a0d05ec1a1fd41285c725668fc4ec1a467444

See more details on using hashes here.

File details

Details for the file datasetops_toolkit-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for datasetops_toolkit-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 395f8011cc84460166025fac4fa04dde3086da53f9ef5e856fe8078ff8559ac1
MD5 18ebf5d193da73883822cd2853ce2abc
BLAKE2b-256 9ad32d2a44432a412d902db4c6c3c94c91e5479facd3fbb892daabd93eb937cc

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