We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大佬!!在代码中append方法已经用不了了怎么办?df = df.append({'类别':fruit, '文件名':file, '图像宽':img.shape【1】, '图像高':img.shape【0】}, ignore_index=True)
The text was updated successfully, but these errors were encountered:
append前面加个下划线就可以了,比如df_train_log = df_train_log._append(log_train, ignore_index=True)
Sorry, something went wrong.
No branches or pull requests
大佬!!在代码中append方法已经用不了了怎么办?df = df.append({'类别':fruit, '文件名':file, '图像宽':img.shape【1】, '图像高':img.shape【0】}, ignore_index=True)
The text was updated successfully, but these errors were encountered: