The queryBins operation returns an array of results divided into bins based on a numeric or date field.
bin_edges, uniform_bins = _get_bin_edges(a, bins, range, weights) File "C:\Users\wiese\Repos\numeric-python\numpy\build\testenv\Lib\site-packages\numpy\lib\histograms.py", line 421, in _get_bin_edges raise TypeError( TypeError: `bins` must be an integer, a string, or an array ...