Answers for "how to call column name with space in python"

0

how to call column name with space in python

df.columns = df.columns.str.strip().str.lower().str.replace(' ', '_').str.replace('(', '').str.replace(')', '')
Posted by: Guest on November-03-2020

Code answers related to "how to call column name with space in python"

Python Answers by Framework

Browse Popular Code Answers by Language