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
  • Author: k A

    This author has written 777 articles
    1. Home>
    2. k A>
    3. Page 15

    NumPy – Statistical Functions

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

    NumPy has quite a few useful statistical functions for finding minimum, maximum, percentile standard deviation and variance, etc. from the given elements in the array. The functions are explained as…

    Continue ReadingNumPy – Statistical Functions

    NumPy Arithmetic Operations

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

    In this chapter, we will discuss about NumPy Arithmetic Operations. Input arrays for performing arithmetic operations such as add(), subtract(), multiply(), and divide() must be either of the same shape…

    Continue ReadingNumPy Arithmetic Operations

    NumPy Mathematical Functions

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

    In this chapter, we will discuss about NumPy Mathematical Functions. Quite understandably, NumPy contains a large number of various mathematical operations. N umPy provides standard trigonometric functions, functions for arithmetic…

    Continue ReadingNumPy Mathematical Functions

    NumPy char encode

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

    NumPy char encode. This function calls str.encode function for each element in the array. Default encoding is utf_8, codecs available in standard Python library may be used. import numpy as np a…

    Continue ReadingNumPy char encode

    NumPy char decode

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

    In this chapter, we will discuss about NumPy char decode. This function calls numpy.char.decode() decodes the given string using the specified codec. import numpy as np a = np.char.encode('hello', 'cp500') print a…

    Continue ReadingNumPy char decode

    NumPy char replace

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

    In this chapter, we will discuss about NumPy char replace. This function returns a new copy of the input string in which all occurrences of the sequence of characters is…

    Continue ReadingNumPy char replace

    NumPy char join

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

    In this chapter, we will discuss about NumPy char join. This method returns a string in which the individual characters are joined by separator character specified. import numpy as np…

    Continue ReadingNumPy char join

    NumPy char strip

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

    In this chapter, we will discuss about NumPy char strip. This function returns a copy of array with elements stripped of the specified characters leading and/or trailing in it. import…

    Continue ReadingNumPy char strip

    NumPy char splitlines

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

    In this chapter, we will discuss about NumPy char splitlines. This function returns a list of elements in the array, breaking at line boundaries. import numpy as np print np.char.splitlines('hello\nhow…

    Continue ReadingNumPy char splitlines

    NumPy char split

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

    In this chapter, we will discuss about NumPy char split. This function returns a list of words in the input string. By default, a whitespace is used as a separator.…

    Continue ReadingNumPy char split
    • Go to the previous page
    • 1
    • …
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • …
    • 78
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP