Summary: The ASE-converted datasets have a number of "fake" columns that has NAN values in them, therefore this cleanup_df() function will basically remove everything. I'm wondering if this function is meant to capture any NaN values in specific fields? Happy to add a filtering for these specific fields.
Summary: The ASE-converted datasets have a number of "fake" columns that has
NAN
values in them, therefore thiscleanup_df()
function will basically remove everything. I'm wondering if this function is meant to capture any NaN values in specific fields? Happy to add a filtering for these specific fields.Differential Revision: D53791411