熊猫-将一列中的某些值与另一列组合

时间:2019-11-10 20:58:07

标签: python pandas

是python的新手,我一直试图在这里找到解决方案(接近,但情况不完全相同)。

假设我有2列:
=IF(C1="","",C1+IF(AND(LEN(C1)>0,D1="AM"),0,0.5)) var http = new XMLHttpRequest(); var url = 'https://www.instagram.com/web/friendships/8752655712/unfollow/'; http.open('POST', url, true); http.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); http.onreadystatechange = function() {//Call a function when the state changes. if(http.readyState == 4 && http.status == 200) { alert(http.responseText); } } http.send();

我想将这2列合并为1,但仅保留ID1列(ID1 [:3])和ID2列的全部字符。

因此最终结果应如下所示:
ID1 = ['ABC12a', 'ABC12b', 'ABC12c']

我尝试过类似的事情:

ID2 = ['123','234','345']

这根本不起作用...非常感谢您的帮助!谢谢

1 个答案:

答案 0 :(得分:1)

{
  id: String
  title: String
  description: String
  forfait: String
}