Skip to content

kiraassefa19/python

Repository files navigation

Solar Radiation Measurement Data

Python EDA Project with Pandas and Streamlit

Overview

This project showcases Exploratory Data Analysis (EDA) using Python, primarily relying on the Pandas library for data manipulation and analysis, and Streamlit for building interactive web applications.

clone the repository

 git clone https://github.com/kiraassefa19/python.git

Navigation to the project directory:

  cd app

Install the required dependencies:

pip install -r requirements.txt

Usage

Ensure your dataset is ready in CSV format.

Run the Streamlit application:

streamlit run main.py

Open your web browser and navigate to the provided URL (usually http://localhost:8501).

Upload your dataset using the file uploader widget in the Streamlit app.

Explore your data using the various functionalities provided in the app.

File Structure

The project files are organized as follows:

main.py: Contains the main Streamlit application code.

requirements.txt: Lists all the Python dependencies required for the project.

Contributions are welcomed! If you have any suggestions, feature requests, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This project is part of the 10Academy week0 project, demonstrating the necessity for an intuitive tool for Exploratory Data Analysis. Special thanks to the tenx team, 10Academy, their partners, and to the developers of Pandas and Streamlit for creating such powerful libraries.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published