zl程序教程

您现在的位置是:首页 >  其它

当前栏目

成功解决TypeError: ‘tuple‘ object is not callable

解决 not is 成功 object TypeError tuple Callable
2023-09-14 09:04:34 时间

成功解决TypeError: 'tuple' object is not callable

目录

解决问题

解决思路

解决方法


解决问题

TypeError: 'tuple' object is not callable

解决思路

类型错误:'tuple'对象不可调用

解决方法

该问题出现的背景是要输出某个dataframe数据的形状,解决方案是

print('输出数据的形状:',df_ByFD.shape)