Answers for "python set a column name to an unnamed column"

2

name unnamed column pandas

data.rename( columns={'Unnamed: 0':'new column name'}, inplace=True )
Posted by: Guest on April-13-2020

Code answers related to "python set a column name to an unnamed column"

Python Answers by Framework

Browse Popular Code Answers by Language