Skip to content

Kishorecodesinpython/SCT_DS_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Task 01: Data Visualization – Bar Chart / Histogram

This project is part of a data visualization task that involves using Python to create either a bar chart or a histogram to represent the distribution of a variable (categorical or continuous).


πŸ“Š Objective

  • Visualize the distribution of categorical or continuous data using bar charts or histograms.
  • Example variables:
    • Gender (categorical) – use bar chart.
    • Age (continuous) – use histogram.

πŸ“ Files Included

  • gender_bar_chart.ipynb: A Jupyter Notebook to visualize gender distribution using a bar chart.
  • age_histogram.ipynb: A Jupyter Notebook to visualize age distribution using a histogram.
  • README.md: Project description and instructions.

πŸ“Œ How to Run

Option 1: Using Google Colab

  1. Open any .ipynb file via Google Colab.
  2. Run the code cells to see the visualizations.

Option 2: Using Jupyter Notebook

  1. Clone the repository:
    git clone https://github.com/your-username/Data-Visualization-Task.git
    cd Data-Visualization-Task
  2. Open the notebook in Jupyter:
    jupyter notebook gender_bar_chart.ipynb

πŸ› οΈ Tools Used

  • Python
  • pandas
  • matplotlib

πŸ“· Example Output

Gender Bar Chart

A vertical bar chart showing count of each gender in the dataset.

Age Histogram

A histogram showing frequency distribution of ages divided into bins.


πŸ“¬ Contact

For any questions or suggestions, feel free to reach out!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published