Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
AI-ML-DS
5.3k+ articles
Python-numpy
1.3k+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-arrayCreation
39 articles
Python numpy-Basics
6 articles

Python numpy-Indexing

24 posts
How to remove rows from a Numpy array based on multiple conditions ?
Last Updated: 03 July 2021
In this article, we will learn how to remove rows from a NumPy array based on multiple conditions. For doing our task, we will need some inb...read more
image
Python
Python-numpy
Picked
Python numpy-arrayManipulation
Python numpy-Indexing
How to delete last N rows from Numpy array?
Last Updated: 28 April 2021
In this article, we will discuss how to delete the last N rows from the NumPy array.Method 1: Using Slice OperatorSlicing is an indexing ope ...read more
Python
Python-numpy
Picked
Python numpy-Indexing
How to skip every Nth index of NumPy array ?
Last Updated: 26 December 2023
NumPy arrays offer efficient numerical operations and data storage. When working with large arrays, sometimes it's necessary to skip specifi ...read more
Python
Python-numpy
Picked
Python numpy-Indexing
Similar Topics
Web Technologies
39.7k+ articles
DSA
22.3k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
AI-ML-DS
5.3k+ articles
Python-numpy
1.3k+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-arrayCreation
39+ articles
Python numpy-Basics
6+ articles
How to remove specific elements from a NumPy array ?
Last Updated: 12 September 2022
In this article, we will discuss how to remove specific elements from the NumPy Array. Remove specific elements from a NumPy 1D arrayDeleti ...read more
Python
Python-numpy
Picked
Python numpy-Indexing
How to find the Index of value in Numpy Array ?
Last Updated: 09 August 2024
In this article, we are going to find the index of the elements present in a Numpy array.Using where() Methodwhere() method is used to speci ...read more
Python
Python-numpy
Picked
Python numpy-Indexing
AI-ML-DS
Replace NumPy array elements that doesn't satisfy the given condition
Last Updated: 25 October 2020
Sometimes in Numpy array, we want to apply certain conditions to filter out some values and then either replace or remove them. The conditio...read more
image
Python
Python-numpy
Python numpy-Indexing
How to get values of an NumPy array at certain index positions?
Last Updated: 25 October 2020
Sometimes we need to remove values from the source Numpy array and add them at specific indices in the target array. In NumPy, we have this ...read more
image
Python
Python-numpy
Python numpy-Indexing
How to access different rows of a multidimensional NumPy array?
Last Updated: 11 October 2020
Let us see how to access different rows of a multidimensional array in NumPy. Sometimes we need to access different rows of multidimensional...read more
image
Python
Python-numpy
Python numpy-Indexing
Find indices of elements equal to zero in a NumPy array
Last Updated: 08 March 2023
Sometimes we need to find out the indices of all null elements in the array. Numpy provides many functions to compute indices of all null el...read more
image
Python
Python-numpy
Python numpy-Indexing
Select an element or sub array by index from a Numpy Array
Last Updated: 29 August 2020
The elements of a NumPy array are indexed just like normal arrays. The index of the first element will be 0 and the last element will be ind ...read more
Python
Python-numpy
Python numpy-Indexing
How to access a NumPy array by column
Last Updated: 23 April 2023
Accessing a NumPy-based array by a specific Column index can be achieved by indexing. NumPy follows standard 0-based indexing in Python. Exa...read more
image
Python
Python-numpy
Python numpy-Indexing
Indexing Multi-dimensional arrays in Python using NumPy
Last Updated: 25 April 2025
In this article, we will cover the Indexing of Multi-dimensional arrays in Python using NumPy.NumPy is a general-purpose array-processing pa ...read more
Python
Picked
Python numpy-Indexing
numpy.nonzero() in Python
Last Updated: 28 November 2018
numpy.nonzero()function is used to Compute the indices of the elements that are non-zero.It returns a tuple of arrays, one for each dimensio ...read more
Python
Python-numpy
Python numpy-Indexing
numpy.take() in Python
Last Updated: 08 March 2024
The numpy.take() function returns elements from array along the mentioned axis and indices.Syntax: numpy.take(array, indices, axis = None, o ...read more
Python
Python-numpy
Python numpy-Indexing
Basic Slicing and Advanced Indexing in NumPy
Last Updated: 25 July 2024
Indexing a NumPy array means accessing the elements of the NumPy array at the given index.There are two types of indexing in NumPy: basic in ...read more
Python
Python-numpy
Python numpy-Indexing
1 2 >>
Last
1 2 >>
Last
1 2 >>
Last
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox