-
Re: How to prevent DSS replace NA with null?
Thank you very much, Marlan. infer_from_schema=True helps to remain the leading zeros. I have to call the 'fillna' method to revert null to 'NA' as below. all_data['Status'].fillna('NA', inplace=True)1 ·