python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Importing dataset: decimals and grouping problem
I have to do an analysis of this dataset and I am already struggling with some coding! I have imported a column with the numbers from a given dataset created on a notepad, sample:
Numbers
1930.38
5550...
lkasquilici
Votes: 0
Answers: 0
Find rows that are identical in one column but not another
There should be a fairly simple solution to this but it's giving me trouble. I have a DF similar to this:
> df <- data.frame(name = c("george", "george", "george", ...
Bradley Allf
Votes: 0
Answers: 2
Check if a column value is numeric in pandas dataframe
I have a dataset that I want to clean. The data set consists of 54 columns and 315 rows. For one of the columns, I want to find whether all the values in that column are numeric or not. I have done th...

sats
Votes: 0
Answers: 2
Editing data encapsulated in flags from text file
I am currently cleaning data from text files. And the files contains transcriptions of speeches from daily conversations. Some of the files are multilingual, a few examples of a multilingual portion a...
Damian Tan
Votes: 0
Answers: 1