标签: python pandas
我有两个数据框,我想将其合并。 但是,在进行左合并时出现错误。
无法分配形状为(80918716,)和数据类型为int64的数组
Please find the attached screenshot
item_view_log_df_3= pd.merge(df1,df3, on='customer_id',how='left')