使用错误
作者: walter-pitcher创建于 2026年2月6日更新于 2026年2月6日
在代码单元3: 数据= ['peter','Paul','None','Mary','gUIDO'] data.map(lambda s: s. 资本化()) 改为 [s. capital () for s in data if s!] = 数据中的 s! 无 现在的代码是好的.
内容来源: donnemartin/data-science-ipython-notebooks
在代码单元3: 数据= ['peter','Paul','None','Mary','gUIDO'] data.map(lambda s: s. 资本化()) 改为 [s. capital () for s in data if s!] = 数据中的 s! 无 现在的代码是好的.
内容来源: donnemartin/data-science-ipython-notebooks