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
Python
20.2k+ articles
Machine Learning
2.6k+ articles
AI-ML-DS With Python
1.8k+ articles
Misc
1.4k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Numpy
72 articles
Python numpy-program
33 articles
Python Numpy-Masked Array
33 articles
Python numpy-matlib
2 articles

Python numpy-arrayManipulation

190+ posts
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
image
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
image
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.2k+ articles
Machine Learning
2.6k+ articles
AI-ML-DS With Python
1.8k+ articles
Misc
1.4k+ articles
Python-numpy
1.3k+ articles
python
1.1k+ articles
Numpy
72+ 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
image
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
image
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
image
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
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