标签: python pandas copy
在pandas.Series.astype功能中,有关于设置选项copy = True的提示,正是 "be really careful with this" 。
pandas.Series.astype
copy = True
"be really careful with this"
有谁知道为什么强调警告?