You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the suggestion! Unfortunately, I was preparing a demo intended to showcase the extent to which Python syntax can be applied for profiling and cleaning a CAS table. As it often happens, what seemed simple at first (handling missing values) turned out to be (currently) unfeasible :)
If I create a CAS table with missing values...
...the .fillna() method does not replace the missing values:
Is there any workaround? In this case, I want to add
amount
withtip
and save the result intotal_amount
:The text was updated successfully, but these errors were encountered: