https://github.com/arslan3x5/datavizexperiments
Using Python and data visualization libraries, these Jupyter notebooks explore data trends and insights into societal issues like suicides in India and the Pakistan budget for 2023-24.
https://github.com/arslan3x5/datavizexperiments
datavisualization notebook-jupyter python
Last synced: 29 days ago
JSON representation
Using Python and data visualization libraries, these Jupyter notebooks explore data trends and insights into societal issues like suicides in India and the Pakistan budget for 2023-24.
- Host: GitHub
- URL: https://github.com/arslan3x5/datavizexperiments
- Owner: Arslan3x5
- Created: 2023-07-12T11:45:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T15:12:52.000Z (7 months ago)
- Last Synced: 2025-03-23T15:42:06.156Z (3 months ago)
- Topics: datavisualization, notebook-jupyter, python
- Language: Jupyter Notebook
- Homepage:
- Size: 785 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Visualizations and Analysis Notebooks
This repository contains data analysis and visualization projects focusing on socio-economic trends and government budgets. Using Python and data visualization libraries, these Jupyter notebooks explore data trends and insights into societal issues like suicides in India and the Pakistan budget for 2023-24.
---
## Notebooks Included
1. **[data-vz-on-suicides-in-india.ipynb](data-vz-on-suicides-in-india.ipynb)**
- **Description**: This notebook provides an in-depth visualization and analysis of suicide statistics in India, highlighting patterns, demographic data, and contributing factors.
- **Tools Used**: Python libraries such as Pandas, Matplotlib, and Seaborn.
- **Purpose**: To uncover insights and patterns that can help stakeholders understand and address the root causes of suicide in various demographics.2. **[pakistan-budget-2023-24-visualizations.ipynb](pakistan-budget-2023-24-visualizations.ipynb)**
- **Description**: Visualizes the key allocations and expenditures in Pakistan's 2023-24 budget, offering a clear understanding of fiscal priorities and financial planning.
- **Tools Used**: Python libraries such as Matplotlib, Seaborn, and Plotly.
- **Purpose**: To provide a visual breakdown of budget allocations, making it easier to analyze where funds are directed and the government’s financial priorities.---
## Getting Started
To view and run these notebooks, you will need:
- **Python**: [Download Python](https://www.python.org/downloads/)
- **Jupyter Notebook**: Install via pip with:
```bash
pip install notebook
```
- **Required Libraries**: Install the required libraries by running:
```bash
pip install pandas matplotlib seaborn plotly
```## Running the Notebooks
1. Clone this repository:
```bash
git clone https://github.com/arslanr369/your-repo-name.git
```
2. Navigate to the repository folder:
```bash
cd your-repo-name
```
3. Launch Jupyter Notebook:
```bash
jupyter notebook
```
4. Open the notebook you want to explore and run the cells to see the visualizations.---
## Repository Structure
```
├── data-vz-on-suicides-in-india.ipynb # Analysis on suicides in India
├── pakistan-budget-2023-24-visualizations.ipynb # Visualization of Pakistan's 2023-24 budget
├── README.md # Repository documentation
```---
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
## About
This repository is maintained by **Arslan (@arslanr369)**, who is passionate about leveraging data to highlight crucial socio-economic issues through visualizations and analytics.
---
Thank you for exploring this project!