A collection of data utilities
Project description
Ydne - Data Science Utilities
Overview
Ydne is a Python library containing a collection of data science utilities to streamline data preprocessing, analysis, and visualization.
Features
- Data Cleaning
- Outlier Detection
- Feature Scaling
- Missing Value Handling
- Correlation Visualization
- Distribution Plotting
Installation
pip install ydne
Usage Examples
Preprocessing
from ydne.preprocessing import DataPreprocessor
# Scale features
scaled_features = DataPreprocessor.scale_features(X, method='standard')
# Handle missing values
processed_df = DataPreprocessor.handle_missing_values(your_dataframe)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.
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
ydne-0.1.0.tar.gz
(2.5 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
ydne-0.1.0-py3-none-any.whl
(2.9 kB
view details)
File details
Details for the file ydne-0.1.0.tar.gz.
File metadata
- Download URL: ydne-0.1.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
803913b55d3bd7d66525cbd6608db4864e1787505e3491ab229c95efd780fc8c
|
|
| MD5 |
91cc084a531ec7a3a0123522ad9d0364
|
|
| BLAKE2b-256 |
9f062d5bc44a1cf306011ec6de2623eea1b8b238911a7bb6174b3bbb5440df87
|
File details
Details for the file ydne-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ydne-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
737b838893a618450fddae7ed4b4e523460c2ad725d92263c3045dda52c45bc0
|
|
| MD5 |
be39438dcd25c54a7dc9de9f52e30bf9
|
|
| BLAKE2b-256 |
55e58d872e423a647d1cc4acad3f453b717df075002d578409c666e0862e5eb8
|