
A comprehensive tool for quick data profiling and exploratory data analysis, generating interactive HTML reports.
Install directly from GitHub:
pip install git+https://github.com/mwill5/quick_data_profiling.git
After installation, run the tool using the following command:
quickprof your_data_file.csv
Replace your_data_file.csv with the path to your dataset.
Example:
quickprof data.csv
An report.html file will be generated in your current directory.
To see an example of the generated report, check out example report.
This project is licensed under the MIT License - see the LICENSE file for details.
Myles Williams