【发布时间】:2023-02-03 03:55:47
【问题描述】:
模块下载成功后
!pip install pyjanitor # works successfully
import janitor as jn # which worked just fine in the past, but suddenly throwing the following TypeError
TypeError: 'type' 对象不可订阅 我正在使用谷歌协作。 我也尝试过只导入看门人而不是将看门人导入为 jn,这也没有用 非常感谢任何解决此问题的帮助。
【问题讨论】: