Hello,
Can you please help separating my column names using ‘_’ whenever there are capital letters in the column name.
For example:
Input
Output
In my research, I understood that findall() function can help iterating through all column names, using...