Closed grahitr closed 1 year ago
using the suggestion of np.ndim in place of np.isscalar from https://numpy.org/doc/stable/reference/generated/numpy.isscalar.html
np.ndim
np.isscalar
We have handled this issue more generically in https://github.com/tidypyverse/tidypandas/pull/49
37
using the suggestion of
np.ndim
in place ofnp.isscalar
from https://numpy.org/doc/stable/reference/generated/numpy.isscalar.html