Generic data handling utilities including data splitting and analysis.
Project description
dsr-data-tools
Data analysis and exploration tools for exploratory data analysis (EDA).
Features
- Dataset Analysis: Comprehensive statistical summaries and data quality assessment
- Data Exploration: Tools for understanding data distributions, correlations, and patterns
- Quality Metrics: Missing value detection, data type analysis, and anomaly identification
Installation
pip install dsr-data-tools
Usage
import pandas as pd
from dsr_data_tools import analyze_dataset
# Load your data
df = pd.read_csv('data.csv')
# Perform comprehensive analysis
analyze_dataset(df)
Requirements
- Python >= 3.9
- pandas
- numpy
- dsr-utils
License
MIT License - see LICENSE file for details
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
dsr_data_tools-0.0.2.tar.gz
(12.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsr_data_tools-0.0.2.tar.gz.
File metadata
- Download URL: dsr_data_tools-0.0.2.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78da352152f7db0a8bd1568dc9fc58ecef6c1e7948e92a459a7d7b246838c3dd
|
|
| MD5 |
1ddd05b021211dc035a0cb5943e81837
|
|
| BLAKE2b-256 |
d0fe1c91e183c2aa15e4a025b0ea2e9549dcf6fd8ca871b706cc8ab87f5844b2
|
File details
Details for the file dsr_data_tools-0.0.2-py3-none-any.whl.
File metadata
- Download URL: dsr_data_tools-0.0.2-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1253cbe93e54cd35f1e6737361940795440741c4a9d0ede96f1e69b84f866fb4
|
|
| MD5 |
5cd45c06df9c10008bf05111be50ae8e
|
|
| BLAKE2b-256 |
10a8b040295db9609ad220f12b4b95f9a2338f3bc3fa24e790297aa99a3b4dcd
|