A tool for Exploratory Data Analysis and Excel report generation
Project description
EDA Tool
A powerful CLI tool for Exploratory Data Analysis (EDA) and automated Excel report generation.
Features
- Automated Metrics Calculation: Calculates a wide range of statistical metrics for numerical, categorical, and date columns.
- Excel Report Generation: Generates a comprehensive Excel report with:
- Summary statistics.
- Detailed column metrics.
- Individual column analysis.
- Dynamic charts.
- Data definitions.
- Performance: Uses Dask for efficient processing of large datasets.
- CLI Interface: Easy-to-use command-line interface.
Installation
You can install the package using pip:
pip install eda_tool
Usage
Run the tool from the command line:
eda-tool input.csv --output report.xlsx
Arguments
input_file: Path to the input CSV file (required).--output,-o: Path to the output Excel file (optional, defaults to[input_stem]_metrics_report_[timestamp].xlsx).--intermediate,-i: Save intermediate metrics tometrics.json(optional).
Example
eda-tool data.csv -o my_report.xlsx -i
Requirements
- Python 3.8+
- dask[complete]
- pandas
- numpy
- openpyxl
- scipy
- tqdm
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
subinsoman_eda_tool-0.1.2.tar.gz
(13.3 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 subinsoman_eda_tool-0.1.2.tar.gz.
File metadata
- Download URL: subinsoman_eda_tool-0.1.2.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ffcae2d994f74e8e058f758e604ee922233fc9330274d5488c495d790f07ab7
|
|
| MD5 |
06bb0c27502ea45f83e8b2c67d3d5db7
|
|
| BLAKE2b-256 |
8d801461ea92353312576fc655816acb99d235a75d0f6c450abfde732b30aae6
|
File details
Details for the file subinsoman_eda_tool-0.1.2-py3-none-any.whl.
File metadata
- Download URL: subinsoman_eda_tool-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4e3c338f8c6197266d63c879c9e5b84f1747a97518278309388a3ffa9459705
|
|
| MD5 |
919965aa3b85efe19b00f3d879100d94
|
|
| BLAKE2b-256 |
cf9f7d13084f5952e0b55036a005d935bb59e34f6f80e9c0abbb8339e93de6ad
|