- 👋 Hi, I’m @RiyaDhami13
- 👀 I’m interested in learning ...
- 🌱 I’m currently learning data science and big data...
- 💞️ I’m looking to collaborate on the projects ...
- 📫 How to reach me https://www.linkedin.com/in/riya-dhami-5b8785285/ ...
A Python script to simplify and automate Exploratory Data Analysis (EDA).
- Load datasets from CSV files.
- Get an overview of data shape, columns, types, and missing values.
- Generate descriptive statistics for numerical features.
- Create insightful visualizations:
- Histograms
- Count plots
- Correlation heatmaps
- Python 3.7+
- Libraries:
pandas
,numpy
,matplotlib
,seaborn
- Clone the repository:
git clone <repository_url>
- Navigate to the project directory:
cd <project_directory>
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python eda_script.py
- Provide the dataset path when prompted.
Contributions are welcome! Feel free to fork the repository and submit a pull request.
This project is open-source and available under the MIT License.