AttributeError: 'DataFrame' object has no attribute 'append'. Did you mean: '_append'?
时间: 2023-06-07 21:08:15 浏览: 4537
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这是一个 Python 的错误提示,可能是因为您尝试在 Pandas DataFrame 对象上使用了 append() 方法,而 DataFrame 对象并没有该方法。正确的方法是使用 concat() 方法。如果您需要更多帮助,请提供更详细的代码和错误信息。
阅读全文