标签: python python-3.x pandas csv sklearn-pandas
我不理解python csv库中replace()函数的使用代码的以下部分。
replace()
有人可以在第二行中向我解释**c的用法吗?为什么使用它?另外,请尽可能说明整个代码行。
**c
# replace''with 0 cast0 = [{**c,'n':c['n'].replace('','0')} for c in casts] cast0[3:5]