numpy string operations | count() function
numpy.core.defchararray.count(arr, sub, start=0, end=None) is another function for doing string operations in numpy.It returns an array with the number of non-overlapping occurrences of substring sub in the range start to end. Parameters: arr : array_like of str or unicode. sub : [str or unicode] Th