Skip to content

TeamRoboManipal25/Task3-Numpy_Pandas_and_Matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฎ Task 3 โ€” NumPy, Pandas & Matplotlib

Python Logo


๐Ÿ“˜Task Overview

This task focuses on mastering three of the most powerful Python libraries for data analysis and visualization:

  • NumPy โ†’ Numerical computing and array manipulation
  • Pandas โ†’ Data cleaning, transformation, and analysis
  • Matplotlib โ†’ Data visualization and charting

You will work through a series of exercises (as described in the provided PDF guide) and complete them in a Jupyter Notebook (.ipynb).

Once finished, youโ€™ll upload your work to your private GitHub repository under the RoboManipal2025 organization.

๐Ÿ‘‰ One PDF guides will be provided:


โš™๏ธ Setup Instructions

Before starting, ensure that Jupyter Notebook is installed and running correctly on your system.

๐Ÿงฉ Run the following commands in your command prompt

pip install notebook
jupyter notebook


๐Ÿ“ค Submission Instructions

  • Complete all tasks in a single Jupyter Notebook file โ€” e.g., Numpy_Pandas_Task.ipynb.

  • Ensure your notebook runs cleanly from start to finish with no errors.

  • Include all code, plots, and explanations inside the notebook.

  • Push the following files to your private GitHub repository under RoboManipal2025:

    • Numpy_Pandas_Task.ipynb
  • Follow the folder structure rule:


YourRepoName/
โ”œโ”€โ”€ Task0/
โ”‚   โ””โ”€โ”€ (files for Task 0)
โ”œโ”€โ”€ Task1/
โ”‚   โ””โ”€โ”€ (files for Task 1)
โ”œโ”€โ”€ Task2/
โ”‚   โ”œโ”€โ”€ (files for Task 2)
โ”œโ”€โ”€ Task3/
โ”‚   โ””โ”€โ”€ Numpy_Pandas_Task.ipynb

  • Keep all Task 3 related files inside the Task3 folder.

๐Ÿ“š Learning Resources

๐Ÿ“Œ Deadline: 19th october, 11:59 pm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published