成功解决TypeError: ‘tuple‘ object is not callable
解决问题
TypeError: 'tuple' object is not callable
解决思路
类型错误:'tuple'对象不可调用
解决方法
该问题出现的背景是要输出某个dataframe数据的形状,解决方案是
print('输出数据的形状:',df_ByFD.shape)
赞 (0)
解决问题
TypeError: 'tuple' object is not callable
类型错误:'tuple'对象不可调用
该问题出现的背景是要输出某个dataframe数据的形状,解决方案是
print('输出数据的形状:',df_ByFD.shape)