using the dataframe HTML styler changes representation of NaNs #12710
Labels
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
The regular output of a dataframe with NaN values displays them as "NaN",
when using the HTML styler, they are displayed as "nan"
I'm not sure if this breaks anything but it is an inconsistency.
The text was updated successfully, but these errors were encountered: