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:
Before starting, ensure that Jupyter Notebook is installed and running correctly on your system.
pip install notebook
jupyter notebook
-
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
Task3folder.
- Official Numpy Documentation
- W3Schools Numpy Tutorial
- GeeksforGeeks โ NumPy Basics
- Numpy Tutorial Video
- Pandas Official Documentation
- W3Schools Pandas Tutorial
- Pandas Tutorial Video
๐ Deadline: 19th october, 11:59 pm
