Answers for "python add value to column 1"

1

how to add coloumn based on other column

metadata['class_pnemonia'] = metadata['class'].astype('category').map({0: 'HEALTHY ', 1: 'PNEUMONIA'})
Posted by: Guest on August-09-2021

Code answers related to "python add value to column 1"

Browse Popular Code Answers by Language