AttributeError: 'DataFrame' object has no attribute 'concat',concat在哪里
时间: 2023-11-09 08:09:30 浏览: 163
bcremoveobjectimageattributecontent:BC Remove Object Image Attribute Content 提供了一个稳定而灵活的解决方案,允许用户根据当前版本、所有版本或新版本动态删除内容对象图像属性内容。 提供对图像属性内容的脚本化操作!
`concat` 是 pandas 库中的函数,用于将多个 DataFrame 沿着指定轴进行拼接。如果你在 DataFrame 对象上调用 `concat` 函数,会出现 `'DataFrame' object has no attribute 'concat'` 的错误提示。正确的用法是通过 pandas 库直接调用 `concat` 函数。
阅读全文