python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Merge survey columns across variables in R
I am analyzing a very large survey in which I want to combine four parts of the survey, through several combinations of 4 questions. Below I have created a small example. A little background: a respon...
Demi
Votes: 0
Answers: 2
How does one recognize and/or replace a custom-formatted string value?
I'm retrieving a JSON-conform data-structure from a live chat API, but when a chat message shows an image the message value shows the url in its own format, embedded in between %%%[ and ]%%%.
The belo...
vic73
Votes: 0
Answers: 2
Check if a string value of a column in a Pandas DataFrame starts with the value of another column
I am trying to concatenate two string columns col1 and col2 in a Pandas DataFrame. But I do not want to concatenate them if col2’s value already begins with the value of col1. In this case I want to u...
Wiesenator
Votes: 0
Answers: 1
Why str.startswith() works on filtering but str.match() does not work?
I have a Dataframe in which there is a column of Mobile numbers (df1). Also, I have another Dataframe same as df1 with some of df1's Mobile numbers (df2). I want to extract the rows of df1 that have t...
Sohrab Salehin
Votes: 0
Answers: 1