我正在使用fetch api来获取一些数据。更一般地说,我想向所有回复添加数据。所以我想解析一个Response对象的主体,添加数据并重建一个Response对象,它的主体中还有一个ReadableStream。
类似的东西:
>>> df.merge(df2, on='id').set_index(['id', 'txt'])
attr
id txt
0 first sent chem
first sent dis
1 another one chem
another one chem
2 I think you chem
I think you dis
3 will like this dis
will like this dis
4 will work dis
will work chem
这种方式不起作用。第二个回应被打破了。