pd.read_json With convert_axes Produces Different Index Type than Empty Frame #28558
Labels
good first issue
IO JSON
read_json, to_json, json_normalize
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Tests
Unit test(s) needed to prevent regressions
Another edge case brought up by #28510 . I'm not sure if we have a definite stance on this and there are probably a few other issues that are similar, though couldn't find anything exactly matching this
Note the index types for an empty data frame
In
read_json
withconvert_axes
the axes labels end up with a different dtypeThe text was updated successfully, but these errors were encountered: