在pandas / python中的数据框中合并两列文本
发布于 2021-02-02 23:20:19
我在Python中使用熊猫有20 x 4000
数据框。其中两列分别命名为Year
和quarter
。我想创建一个名为periodmake Year = 2000和quarter= q2into
的变量2000q2
。
关注者
0
被浏览
147
1 个回答