早上好, 我有以下数据集(由于主数据集是保密的,所以我编造了这个数据集): country city total_customer total_purchase total_items,并将其输出为最终的熊猫数据帧,如下所示: country city coef1 coef2 interceptGermany Berlin 1.987 422.4554 454.645 到目
我正在从另一个程序员那里读取Python代码,特别是下面的代码块: df.append(df_extension) if ("Noelse:在这方面,df和df_extension是pandas.DataFrame的。至少我无法从中了解append是如何引发HTTPError的。
任何想法都将受到欢迎。