我有一個數據框 df,我想在其中插入一個名為 data 的特定格式的新列。df: Name ID Kelly A John B期望的輸出: Date Name ID 2019-10-01 Kelly A 2019-10-01 John B這就是我正在做的: df['2019-10-01'] = date我還在研究這個。任何見解都有幫助
添加回答
舉報
0/150
提交
取消