How to create an empty integer column to an existing dataframe

后端 未结 0 804
面向向阳花
面向向阳花 2020-12-15 11:31

Is there a way to create an empty column with data type as integer, to an existing dataframe?

df:

# Create new dataframe
df = pd.DataFrame({\'ID\':[\'7         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题