Skip to content

Rahul950951/Data-Science-Numpy_Assignment

Repository files navigation

📘 NumPy Assignment – Complete Solutions

This repository contains my completed NumPy Assignment, covering fundamental and intermediate NumPy operations. The assignment includes array creation, indexing, slicing, boolean filtering, reshaping, transposing, arithmetic operations, matrix operations, and more.

These exercises strengthened my understanding of NumPy—an essential library for Data Science, Machine Learning, and numerical computing.

📂 Assignment Sections

  1. Basic Indexing and Slicing
  2. Boolean Indexing
  3. Reshaping and Transposing
  4. Matrix Arithmetic & Operations
  5. Statistical & Aggregation Operations
  6. Array Creation & Random Numbers
  7. Boolean Indexing

🧠 What I Learned

✔ Understanding of NumPy array structures ✔ Indexing and slicing techniques ✔ Boolean masking for filtering & editing values ✔ Matrix reshaping and transpose operations ✔ Performing statistical functions ✔ Arithmetic and matrix multiplication ✔ Working with random and generated arrays

🚀 How to Run git clone cd numpy-assignment python assignment.py # if using .py fil

OR

Jupyter Notebook # open the .ipynb version

Requirements

Python 3.x NumPy (Optional) Jupyter Notebook Install dependencies:

pip install numpy

Author

Rahul Kumar Aspiring Data Science | Python & ML Learner

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published