I am getting the SettingWithCopyWarning
on the following code:
combined_updated['institute_service'] = combined_updated['institute_service'].copy().astype('float')
Could someone in the community help me out in understanding why I keep getting that warning?