python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use like condition in Conditional Split in SSIS
I am using conditional split to filter out the data from table. I have couple of conditions to check for. For example, In Email column, value should not contain ~ character and contain @ sign. Date of...

Nilesh
Votes: 0
Answers: 1
How can I divide one variable into two variables in R?
I have a variable x which can take five values (0,1,2,3,4). I want to divide the variable into two variables. Variable 1 is supposed to contain the value 0 and variable two is supposed to contain the ...
rdummie
Votes: 0
Answers: 4
Remove duplicates in Column A when Column B = "Value" in power BI or DAX
I am having difficulties with PowerBI in removing duplicates from one column based on a condition on another column. My data is something like this
Sample Data
As you can see in the sample data, there...
Raj
Votes: 0
Answers: 1
How to drop part of the values from one column by condition from another column in Python, Pandas?
I have real estate dataframe with many outliers and many observations.
I have variables: total area, number of rooms (if rooms = 0, then it's studio appartment) and kitchen_area.
"Minimalized&quo...

alpony
Votes: 0
Answers: 1