Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • NumPy

    1. Home>
    2. NumPy>
    3. Page 6

    NumPy – squeeze

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - squeeze. This function removes the one-dimensional entry from the shape of the given array. Two parameters are required for this function.…

    Continue ReadingNumPy – squeeze

    NumPy – expand_dims

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:3 Comments

    NumPy - expand_dims. This function expands the array by inserting a new axis at the specified position. Two parameters are required by this function. numpy.expand_dims(arr, axis) Where, Sr.No.Parameter & Description1arrInput…

    Continue ReadingNumPy – expand_dims

    NumPy – broadcast_to

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:1 Comment

    In this chapter, we will discuss about NumPy - broadcast_to. This function broadcasts an array to a new shape. It returns a read-only view on the original array. It is…

    Continue ReadingNumPy – broadcast_to

    NumPy – broadcast

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - broadcast. As seen earlier, NumPy has in-built support for broadcasting. This function mimics the broadcasting mechanism. It returns an object that…

    Continue ReadingNumPy – broadcast

    NumPy – swap axes

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - swap axes. This function interchanges the two axes of an array. For NumPy versions after 1.10, a view of the swapped…

    Continue ReadingNumPy – swap axes

    NumPy – roll axis

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - roll axis. This function rolls the specified axis backward until it lies in a specified position. The function takes three parameters.…

    Continue ReadingNumPy – roll axis

    NumPy – ndarray.T

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - ndarray.T. This function belongs to the ndarray class. It behaves similar to numpy.transpose. Example Of NumPy ndarray.T import numpy as np a = np.arange(12).reshape(3,4)…

    Continue ReadingNumPy – ndarray.T

    NumPy – transpose

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:3 Comments

    NumPy - transpose. This function permutes the dimension of the given array. It returns a view wherever possible. The function takes the following parameters. numpy.transpose(arr, axes) Where, Sr.No.Parameter & Description1arr…

    Continue ReadingNumPy – transpose

    NumPy – ravel

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy ravel. This function returns a flattened one-dimensional array. A copy is made only if needed. The returned array will have the same…

    Continue ReadingNumPy – ravel

    NumPy – ndarray. flatten

    • Post author:k A
    • Post published:September 2, 2021
    • Post category:NumPy/Python
    • Post comments:2 Comments

    In this chapter, we will discuss about NumPy - ndarray. flatten. This function returns a copy of an array collapsed into one dimension. The function takes the following parameters. ndarray.flatten(order)…

    Continue ReadingNumPy – ndarray. flatten
    • Go to the previous page
    • 1
    • …
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP