Product Team Enterprise Explore Marketplace Pricing Search Sign in Sign up pyjanitor-devs pyjanitor Public Notifications Fork 139 Star 849 Code Issues 100 82 Pull requests Discussions Actions Projects Wiki Secunty Insights [ENH] Coalesce fix #1042 New issue 3 Merged ericmjl merged 5 commits into dev from coalesce fix 012 hours ago Conversation Commits Checks Files changed +20 -13 Changes from all commits File filter Conversations Jump to janitor/functions/coalesce.py -17,14 +17,18 @@ def coalesce( pd. DataFrame: "Coalesce cwio more columns of data in order column names provided Given the list of column names coalesce finds and returns the first non-missing value from these columns; for every row in the input dataframe all che column values are null for particular row; then the default value will be filled Given the variable arguments column names, coalesce finds and returns the first non-missing value from these columns for every row che input dataframe all che column values are null for particular Tov