导入 Google Collab 时:TypeError: 'str' object is not callable
Posted
技术标签:
【中文标题】导入 Google Collab 时:TypeError: \'str\' object is not callable【英文标题】:When importing into Google Collab: TypeError: 'str' object is not callable导入 Google Collab 时:TypeError: 'str' object is not callable 【发布时间】:2022-01-16 08:50:30 【问题描述】:在 google colaboratory 中使用 pandas,我正在尝试导入一个名为“gifted.csv”的 .csv 文件。使用以下代码:
df=pd.read_csv('/content/gifted.csv')
我已经以 pd 的身份运行了 pandas 库,但是每当我运行代码时,它都不起作用,并且出现以下错误。
enter code hereTypeError: 'str' object is not callable
【问题讨论】:
请edit您的问题并发布minimal reproducible example。 【参考方案1】:我不知道 csv 的位置,但请尝试
df=pd.read_csv('content/gifted.csv')
内容前没有'/'
错误并不意味着它,但尝试它。
更多检查导入是否安装良好。
【讨论】:
以上是关于导入 Google Collab 时:TypeError: 'str' object is not callable的主要内容,如果未能解决你的问题,请参考以下文章
Google Drive 中的文件在 Collab 中作为目录挂载
从 PC 的控制台使用 ssh 连接到 google collab
WebDriverException:消息:“msedgedriver.exe”可执行文件可能在 Google Collab 中有错误的权限