About 267,000 results
Open links in new tab
  1. numpy.ndarray.flatten — NumPy v2.3 Manual

    numpy.ndarray.flatten # method ndarray.flatten(order='C') # Return a copy of the array collapsed into one dimension. Parameters: order{‘C’, ‘F’, ‘A’, ‘K’}, optional ‘C’ means to flatten in row …

  2. Numpy ndarray.flatten() function in Python - GeeksforGeeks

    Jul 12, 2025 · The flatten () function is used to convert a multi-dimensional NumPy array into a one-dimensional array. It creates a new copy of the data so that original array stays unchanged.

  3. NumPy flatten () - Python Tutorial

    In this tutorial, you'll learn how to use the numpy flatten () method to return a copy of an array collapsed into one dimension.

  4. Flatten PDF | Flatten Your PDF Online for Free with Smallpdf

    Flatten your PDF online in seconds—for free. No signup needed. PDF flattening prevents unwanted changes by merging all PDF elements into a single layer.

    • Reviews: 47
    • a!flatten () Function - Appian 25.3

      a!flatten() removes nesting from arrays, such as those created by looping functions. When passed a simple array, a!flatten() returns it unmodified. Nulls are not removed from lists. Use reject () …

    • When would you use `flatten ()` instead of`reshape (-1)`?

      Sep 8, 2019 · 11 Often, when numpy has seemingly duplicate functions, there often ends up being some sort of unique purpose for one or the other. I am trying to figure out if there are …

    • FLATTEN | English meaning - Cambridge Dictionary

      flatten the curve to make the rate of change slower for something that might be shown as a line on a graph, especially to make the increase in the rate of infections slower when a disease is …

    • Python:NumPy | ndarray | .flatten () | Codecademy

      Jul 8, 2024 · The .flatten() method converts a multi-dimensional NumPy array into a one-dimensional array. This method creates a copy of the original array with all elements arranged …

    • NumPy flatten () - Programiz

      flatten () Return Value The flatten() method returns the flattened one-dimensional array.

    • torch.flatten — PyTorch 2.9 documentation

      Unlike NumPy’s flatten, which always copies input’s data, this function may return the original object, a view, or copy. If no dimensions are flattened, then the original object input is …