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
DSA
22.3k+ articles
Python
20.1k+ articles
Python Programs
4.1k+ articles
AI-ML-DS With Python
1.8k+ articles
Python-numpy
1.3k+ articles
Matrix
1.2k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Numpy
72 articles
Python numpy-Statistics Functions
31 articles
Python numpy-program
33 posts
Popular Articles
Recent Articles
Slice a 2D Array in Python
Last Updated: 11 March 2024
We are given a 2D array matrix and we have to Slice this matrix 2D array and return the result. In this article, we will see how we can Slic
...read more
Python
Python-numpy
Python Programs
Picked
Python numpy-program
Display all the dates for a particular month using NumPy
Last Updated: 07 September 2021
In NumPy to display all the dates for a particular month, we can do it with the help of NumPy.arrange() pass the first parameter the particu
...read more
Python
Python-numpy
Python numpy-program
Find the number of weekdays of a given month using NumPy
Last Updated: 26 November 2020
In NumPy we can find the number of weekdays in a given month with the help of busday_count() In this pass the given month is the first param
...read more
Python
Python-numpy
Python numpy-program
Similar Topics
DSA
22.3k+ articles
Python
20.1k+ articles
Python Programs
4.1k+ articles
AI-ML-DS With Python
1.8k+ articles
Python-numpy
1.3k+ articles
Matrix
1.2k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Numpy
72+ articles
Python numpy-Statistics Functions
31+ articles
Get the dates of Yesterday, Today, and Tomorrow using NumPy
Last Updated: 26 November 2020
In NumPy with the help of NumPy.datetime64('today', 'D'), we will find today date and if we want some date before today then we will subtrac
...read more
Python
Python-numpy
Python numpy-program
NumPy | Get the Powers of Array Values Element-Wise
Last Updated: 09 February 2024
To calculate the power of elements in an array we use the numpy.power() method of NumPy library.It raises the values of the first array to t
...read more
Python
Python-numpy
Python numpy-program
Python numpy-arrayManipulation
NumPy| How to get the unique elements of an Array
Last Updated: 09 February 2024
To find unique elements of an array we use the numpy.unique() method of the NumPy library in Python.It returns unique elements in a new sort
...read more
Python
Python-numpy
Python numpy-program
Python numpy-arrayManipulation
Convert list of Celsius values into Fahrenheit using NumPy array
Last Updated: 25 January 2022
Let us see how to convert a list of Celsius temperatures into Fahrenheit by converting them into NumPy array.The formula to convert Celsius
...read more
Python
Python-numpy
Python numpy-program
Compute pearson product-moment correlation coefficients of two given NumPy arrays
Last Updated: 02 September 2020
In NumPy, We can compute pearson product-moment correlation coefficients of two given arrays with the help of numpy.corrcoef() function.In t
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Statistics Functions
How to find the maximum and minimum value in NumPy 1d-array?
Last Updated: 02 May 2022
Let's see the various ways to find the maximum and minimum value in NumPy 1d-array.Method 1: Using numpy.amax() and numpy.amin() functions o
...read more
Python
Python-numpy
Python numpy-program
Python numpy-arrayManipulation
Calculate the difference between the maximum and the minimum values of a given NumPy array along the second axis
Last Updated: 02 September 2020
Let's see how to calculate the difference between the maximum and the minimum values of a given NumPy array along the second axis. Here, the
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Linear Algebra
How to calculate the element-wise absolute value of NumPy array?
Last Updated: 29 August 2020
Let's see the program for finding the element-wise absolute value of NumPy array. For doing this task we are using numpy.absolute() function
...read more
Python
Python-numpy
Python numpy-program
Python numpy-Mathematical Function
NumPy | Create Random Valued Array
Last Updated: 09 February 2024
To create an array filled with random numbers, given the shape and type of array, we can use numpy.empty() method.Example:[tabby title="Pyth
...read more
Python
Python-numpy
Python numpy-program
NumPy | Replace NaN values with average of columns
Last Updated: 09 February 2024
Data visualization is one of the most important steps in machine learning and data analytics.Cleaning and arranging data is done by differen
...read more
Python
Python-numpy
Python numpy-program
Numpy
AI-ML-DS With Python
NumPy | Multiply 2D Array to 1D Array
Last Updated: 09 February 2024
Given two NumPy arrays, the task is to multiply a 2D array with a 1D array, each row corresponding to one element in NumPy.You can follow th
...read more
Python
Python-numpy
Python numpy-program
Python | Find Mean of a List of Numpy Array
Last Updated: 14 March 2019
Given a list of Numpy array, the task is to find mean of every numpy array. Let's see a few methods we can do the task. Method #1: Using np.
...read more
Python
Python-numpy
Python numpy-program
First
1
2
3
>>
Last
First
1
2
3
>>
Last
First
1
2
3
>>
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 !