anbjork
Results
1
issues of
anbjork
The preferred (although still "experimental") way of handling missing values in Pandas is pd.NA https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html#missing-data-na https://jorisvandenbossche.github.io/blog/2019/11/30/pandas-consistent-missing-values/ openpyxl does not yet support it. Example minimal code to reproduce error ``` import...