Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Posts by dagelf
Does the watched_videos column contain unique_id's? Are these numeric or string IDs? (If they are string ID's you shouldn't quote them below!) Also, why not use the $exclude_list you already made?...
You were on the right path breaking it down into two steps. First identify the cells you want to remove: # Identify the 'Cell' values that meet the criteria cells_to_remove = df[(df['Resistance']...