News

[Python] JSON Type Inference + datasets: null doesn't fallback to other type between dataset files #40107 ...
DataFrame.write_json() currently does not distinguish between nulls and NaN; this makes it difficult to serialize to JSON a DataFrame and load it faithfully elsewhere. It would be great if NaNs were ...