如何将下面示例中的字符串拆分为新列,作为数据框中的年月和日期。
示例:数据框中的 A 列
Column A 2017-10-15
数据帧中的预期输出结果
Column A Year Month Date 2017-10-15 2017 10 15
python date pandas
date ×1
pandas ×1
python ×1