DataFrame.from_records lose dtype info on empty recarray. #20805
Labels
Compat
pandas objects compatability with Numpy or Python functions
Constructors
Series/DataFrame/Index/pd.array Constructors
Dtype Conversions
Unexpected or buggy dtype conversions
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
I think the dtypes are incorrect. The record array dtypes should pass through so you get uint64 & int64.
Working on a PR now.
Split from #20802
The text was updated successfully, but these errors were encountered: