Anywhere we call np.asarray() on an integer thing produces np.int64 dtype. I moved the _infer_integer_dtype() helper function into the utils.py and called it in construct_props to fix as much as possible within the scope of the repo, but we should examine other uses of this pattern.
Originally posted by @cmalinmayor in #407 (comment)
Anywhere we call np.asarray() on an integer thing produces np.int64 dtype. I moved the _infer_integer_dtype() helper function into the utils.py and called it in construct_props to fix as much as possible within the scope of the repo, but we should examine other uses of this pattern.
Originally posted by @cmalinmayor in #407 (comment)