questions/data-science
Try this: df %>% filter(!is.na(col1)) READ MORE
Hello team, you can use na.omit x <- c(NA, 3, ...READ MORE
To change the font size of text ...READ MORE
You can change data types using as.* ...READ MORE
Hi, You need to create a data frame ...READ MORE
Hi, You can use plyr module. It will give ...READ MORE
Hi Swathi, You can use ls() to list ...READ MORE
.tolist() function will remove index READ MORE
You can use the 'filter' function from ...READ MORE
Description Windows & Linux Mac Clear console Ctrl+L ...READ MORE
You can also try this way, x_new = ...READ MORE
How do I show a "0" value ...READ MORE
Check out file.exists() function!! The function file.exists() returns a ...READ MORE
Hello Team, I recently completed mulesoft training ...READ MORE
The function match works on vectors : x <- sample(1:10) x # ...READ MORE
To obtain the desired output, you can ...READ MORE
Yes, you are on the right track ...READ MORE
To improve the performance of your code, ...READ MORE
Yes, you can modify the model.matrix() function ...READ MORE
Yes, there is a more efficient method ...READ MORE
Yes, you can clear all variables in ...READ MORE
If you encounter an error stating "'some.function' ...READ MORE
I download Apache Flume 1.11.0, Hadoop 3.3.1 ...READ MORE
The difference are - A list holds different ...READ MORE
Replace all \ with \\. Its trying ...READ MORE
According to the "Arithmetic operators" help page ...READ MORE
Your error is seeking for range, which ...READ MORE
Since the string is to be treated ...READ MORE
One function that I designed can produce ...READ MORE
x <- seq(0.1,10,0.1) > x [1] ...READ MORE
Each element of a vector is duplicated ...READ MORE
I'm just having trouble understanding what must ...READ MORE
Can anyone give me a hint on ...READ MORE
In the non-formula signature of the t.test function t.test(x, y, ...READ MORE
5 In R, you may always check ...READ MORE
Hi @radha, You can have 2 types of ...READ MORE
ggplot2 still imports plyr (at least as ...READ MORE
I've tried using?cut but haven't been able ...READ MORE
When attempting to compute the CI in ...READ MORE
I was shocked to see R act ...READ MORE
Alter this sentence: model = lm(train$latitude train$crashes) to lm(crashes ...READ MORE
0 First I'm going to give you some ...READ MORE
Plot character or pch is the standard ...READ MORE
I'm scrambling to come up with a ...READ MORE
See the code below: library(dslabs) data(gapminder) differenceminder percent > percent filter(year% ...READ MORE
cbind = tmp ("GAD", "AB") tmp # [,1] ...READ MORE
43 I advise employing the caret package's dummyVars ...READ MORE
You're not loading the TM library, and ...READ MORE
You ought to have done this: "ggplot2" is ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.