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
160 Days of DSA (Win T-Shirt!)
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
Python
20.1k+ articles
Machine Learning
2.4k+ articles
Misc
2.1k+ articles
AI-ML-DS With Python
1.8k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Numpy
69 articles
Python numpy-program
33 articles
Python Numpy-Masked Array
33 articles
Python numpy-matlib
2 articles
Python numpy-arrayManipulation
190+ posts
Popular Articles
Recent Articles
How to compare two NumPy arrays?
Last Updated: 03 June 2022
Here we will be focusing on the comparison done using NumPy on arrays. Comparing two NumPy arrays determines whether they are equivalent by
...read more
Python
Python-numpy
Picked
Python numpy-arrayManipulation
Convert a NumPy array to an image
Last Updated: 01 April 2025
Converting a NumPy array to an image is a simple way to turn numbers into pictures. A NumPy array holds pixel values, which are just numbers
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Using NumPy to Convert Array Elements to Float Type
Last Updated: 21 December 2023
There are often when we must convert an array in Python to a differing type. One of these times would be when given an array and having to c
...read more
Python
Python-numpy
Picked
Python numpy-arrayManipulation
Similar Topics
Python
20.1k+ articles
Machine Learning
2.4k+ articles
Misc
2.1k+ articles
AI-ML-DS With Python
1.8k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Numpy
69+ articles
Python numpy-program
33+ articles
Python Numpy-Masked Array
33+ articles
Python numpy-matlib
2+ articles
Find the most frequent value in a NumPy array
Last Updated: 29 August 2020
In this article, let's discuss how to find the most frequent value in the NumPy array.Steps to find the most frequency value in a NumPy arra
...read more
Python
Python-numpy
Python numpy-arrayManipulation
How to Concatenate two 2-dimensional NumPy Arrays?
Last Updated: 09 August 2021
Sometimes it might be useful or required to concatenate or merge two or more of these NumPy arrays. In this article, we will discuss various
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.concatenate() function | Python
Last Updated: 22 April 2020
numpy.concatenate() function concatenate a sequence of arrays along an existing axis.Syntax : numpy.concatenate((arr1, arr2, ...), axis=
...read more
Python-numpy
Machine Learning
Python numpy-arrayManipulation
python
NumPy Array Broadcasting
Last Updated: 17 January 2025
Broadcasting simplifies mathematical operations on arrays with different shapes. It enables NumPy to efficiently apply operations element-wi
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Numpy
Change the Data Type of the Given NumPy Array
Last Updated: 02 February 2024
NumPy arrays are homogenous, meaning all elements in a NumPy array are of the same data type and referred to as array type. You might want t
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Numpy
AI-ML-DS With Python
Python | Reverse a numpy array
Last Updated: 16 September 2022
As we know Numpy is a general-purpose array-processing package that provides a high-performance multidimensional array object, and tools for
...read more
Python
Python-numpy
Python numpy-program
Python numpy-arrayManipulation
numpy.stack() in Python
Last Updated: 08 August 2022
NumPy is a famous Python library used for working with arrays. One of the important functions of this library is stack().Important points:st
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.hstack() in Python
Last Updated: 06 January 2019
numpy.hstack() function is used to stack the sequence of input arrays horizontally (i.e. column wise) to make a single array.Syntax : nump
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.squeeze() in Python
Last Updated: 15 April 2025
The numpy.squeeze() is a useful Python function, which is utilized for the removal of single-dimensional elements from the shape of a NumPy
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.append() in Python
Last Updated: 14 April 2025
numpy.append() function is used to add new values at end of existing NumPy array. This is useful when we have to add more elements or rows i
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.ravel() in Python
Last Updated: 23 December 2024
The numpy.ravel() functions returns contiguous flattened array(1D array with all the input-array elements and with the same type as it). A c
...read more
Python
Python-numpy
Python numpy-arrayManipulation
numpy.reshape() in Python
Last Updated: 13 January 2025
In Python, numpy.reshape() function is used to give a new shape to an existing NumPy array without changing its data. It is important for ma
...read more
Python
Python-numpy
Python numpy-arrayManipulation
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
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 !