MOONBOOKS
  • Notes
  • Projects
  • Courses
  • Videos
  • Datasets
  • Version
    • English
    • French
  • Sign-In
Join-Us
Notes Articles Jupyter PDF
Thumbnail 1

How to Change the Shape of a NumPy Array ?

by Benjamin Marchant
Edited: Nov. 29, 2025, 10:41 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to Duplicate and Repeat a 1D Column Array Along the Y-Axis with NumPy

by Benjamin Marchant
Edited: Dec. 14, 2024, 5:09 p.m.

Public
Thumbnail 1

How to Fill Values in an Array Between Two Index Arrays Using NumPy ?

by Benjamin Marchant
Edited: Dec. 14, 2024, 2:57 p.m.

Public
Thumbnail 1

How to shift elements in a numpy array ?

by Benjamin Marchant
Edited: Feb. 2, 2024, 12:39 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to find the minimum value in each row of a numpy array ?

by Benjamin Marchant
Edited: Jan. 21, 2024, 4:31 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to create a distance matrix from two numpy arrays of points ?

by Benjamin Marchant
Edited: Jan. 19, 2024, 1:52 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to efficiently apply a function element-wise to multiple NumPy arrays ?

by Benjamin Marchant
Edited: Jan. 2, 2024, 3:45 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to save and compress a numpy array efficiently ?

by Benjamin Marchant
Edited: Dec. 28, 2023, 8:50 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to stack two numpy arrays in python ?

by Benjamin Marchant
Edited: Dec. 11, 2023, 2:10 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to only keep the maximum value of two numpy arrays ?

by Benjamin Marchant
Edited: Dec. 8, 2023, 8:25 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to find the most frequent value or mode in a numpy array ?

by Benjamin Marchant
Edited: Dec. 6, 2023, 3:38 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to calculate the element-wise mean across multiple numpy arrays in Python ?

by Benjamin Marchant
Edited: Dec. 2, 2023, 2:16 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to invert the elements of a numpy boolean array in python ?

by Benjamin Marchant
Edited: Sept. 20, 2023, 4:40 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to remove rows from a numpy array in python ?

by Benjamin Marchant
Edited: Sept. 18, 2023, 3:13 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to remove rows from a numpy array based on a condition in python ?

by Benjamin Marchant
Edited: Sept. 17, 2023, 10:22 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to save a numpy 2D array in a text file in python ?

by Benjamin Marchant
Edited: June 5, 2023, 6:46 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to check if any row in a numpy array contains negative values ?

by Benjamin Marchant
Edited: April 13, 2023, 7:22 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to apply a function to the values of a column array using numpy ?

by Benjamin Marchant
Edited: April 8, 2023, 1:52 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to normalize each row of an array into percentages with numpy ?

by Benjamin Marchant
Edited: March 19, 2023, 5:25 p.m.
Tags: Python; Numpy; Normalization;

Public
Thumbnail 1

How to determine the nearest value and its index in an array using numpy ?

by Benjamin Marchant
Edited: March 13, 2023, 4:38 p.m.

Public
Thumbnail 1

How to pad a numpy array in python ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 7:04 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to check if a javascript variable is an array ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 6:57 p.m.
Tags: Javascript; Array;

Public
Thumbnail 1

How to create an array in javascript and get an element by index ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 6:56 p.m.
Tags: Javascript; Array;

Public
Thumbnail 1

How to loop over an array in javascript ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 4:22 p.m.
Tags: Javascript; Array;

Public
Thumbnail 1

How to add an element to an array in javascript ?

by Benjamin Marchant
Edited: Dec. 9, 2022, 4:20 p.m.
Tags: Javascript; Array;

Public
Thumbnail 1

How to calculate the absolute value of each element of an array or matrix in python with numpy ?

by Benjamin Marchant
Edited: Sept. 14, 2021, 2:39 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to split a 2D array into a list of smaller 2D arrays in python with numpy ?

by Benjamin Marchant
Edited: July 6, 2021, 6:33 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to fix ValueError: Failed to convert a NumPy array to a Tensor ( TensorFlow / Keras ) ?

by Benjamin Marchant
Edited: May 3, 2021, 9:45 p.m.
Tags: Python; TensorFlow; Machine Learning;

Public
Thumbnail 1

How to find indices of a given value in a numpy array (or matrix) in python ?

by Benjamin Marchant
Edited: April 13, 2021, 5:18 p.m.
Tags: Python: Numpy; Where;

Public
Thumbnail 1

How to visualize (plot) a numpy array in python using seaborn ?

by Benjamin Marchant
Edited: April 12, 2021, 2:13 p.m.
Tags: Python; Numpy; Array; Seaborn;

Public
Thumbnail 1

How to iterate over a row in a numpy array (or 2D matrix) in python ?

by Benjamin Marchant
Edited: April 12, 2021, 1:50 p.m.
Tags: Python; Numpy; Array; Matrix;

Public
Thumbnail 1

How to iterate over a column in a numpy array (or 2D matrix) in python ?

by Benjamin Marchant
Edited: April 12, 2021, 1:31 p.m.
Tags: Python; Numpy; Array; Matrix;

Public
Thumbnail 1

How to convert a dataframe column to an array with pandas ?

by Benjamin Marchant
Edited: March 30, 2021, 9:42 p.m.
Tags: Python; Pandas; DataFrame;

Public
Thumbnail 1

How to add a new column of nan values in an array (matrix) with numpy in python ?

by Benjamin Marchant
Edited: March 24, 2021, 2:50 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to plot array values against one axis with numpy in python ?

by Benjamin Marchant
Edited: Dec. 16, 2020, 3:21 a.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to upsample an array (matrix) by repeating elements using numpy in python ?

by Benjamin Marchant
Edited: Nov. 18, 2020, 2:38 p.m.
Tags: Python; Numpy;

Public
Thumbnail 1

How to sum a given row of a data array in python with numpy ?

by Benjamin Marchant
Edited: Dec. 5, 2019, 7:55 p.m.

Public
Thumbnail 1

How to sum a given column of a data array in python with numpy ?

by Benjamin Marchant
Edited: Dec. 5, 2019, 7:49 p.m.

Public
Thumbnail 1

How to randomly select elements of an array with numpy in python ?

by Benjamin Marchant
Edited: Nov. 26, 2019, 7:48 p.m.

Public
Thumbnail 1

How to randomly select rows of an array in python with numpy ?

by Benjamin Marchant
Edited: Nov. 26, 2019, 3:20 p.m.

Public
  • 1
  • 2
Copyright © 2025 - All rights reserved Contact Us Terms & Conditions