Skip to content
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
Sign In
▲
Similar Topics
Web Technologies
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
AI-ML-DS
5.4k+ 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
Popular Articles
Recent Articles
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
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
40.3k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
AI-ML-DS
5.4k+ 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 arrayDeleting
...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
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
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
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
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
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
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
Got It !