Check if duplicate columns are created and then remove if any
Sun Sep 18 2022 12:43:00 GMT+0000 (UTC)
Saved by @hquizzagan #python
Usually, duplicate columns are results of un-monitored merging or concatenation of dataframes. They can be a headache during debugging.
Comments