ajpotts

Results 159 issues of ajpotts

Closes #3177 Index.sort_values

Hi Amanda, I've got some notes on what I'm seeing here: This seems to be causing failures for me, both in CI and locally, for some of the SciPy tests....

Closes #3354 import scipy.stats functions to arkouda.scipy.stats This PR imports the `scipy.stats` objects and functions into `arkouda.scipy.stats` that do not require numpy arrays.

Import the functions that do not need to scale from `scipy.stats` to `arkouda.scipy.stats`.

This ticket is to investigate whether we can move the numpy functions to `arkouda.numpy`, and still have the function show up in the original module (such as `arkouda.numeric`) without any...

Add hstack function to match numpy: https://numpy.org/doc/stable/reference/generated/numpy.hstack.html

enhancement
numpy alignment

Implement a `shape` function to mirror numpy: https://numpy.org/doc/stable/reference/generated/numpy.shape.html

enhancement
numpy alignment

Create a `percentile` function to match numpy: https://numpy.org/doc/stable/reference/generated/numpy.percentile.html

enhancement
numpy alignment

Create an `errstate` function to mirror numpy: https://numpy.org/doc/stable/reference/generated/numpy.errstate.html

enhancement
numpy alignment