This repository contains my explorations in analyzing and visualizing datasets using Python. Each project focuses on different tools, libraries, and real-world datasets to derive actionable insights.
- Python Data Analysis): Data Analytics cookbook and follow along practice.
- Covid-19 Data Analysis: Analyze global trends and patterns related to the Covid-19 pandemic.
- Exploring_Pandas_for_Data_Analysis: Hands-on practice with data manipulation using Pandas.
- Plotly_Analysis: Interactive visualizations showcasing data storytelling using Plotly.
- Statistical_Data_Visualization: Applying statistical methods to represent data graphically.
- World_Bank_Science_Tech_Data_Analysis: Exploration of World Bank datasets related to science and technology.
- Python
- Pandas, NumPy
- Matplotlib, Plotly, Seaborn
- Clone the repository:
git clone https://github.com/yourusername/Data_Analytics.git - Navigate to a project folder:
cd Data_Analytics/<project_name> - Install required libraries:
pip install -r requirements.txt(if applicable) - Run the Jupyter Notebook or Python script.
Here's an example of a Plotly chart from one of the projects:
Plotly