- Introduction to Data Science with R - Data Analysis Part 1

Introduction to Data Science with R - Data Analysis Part 1

Part 1 in a in-depth hands-on tutorial introducing the viewer to Data Science with R programming. The video provides end-to-end data science training, including data exploration, data wrangling, data analysis, data visualization, feature engineering, and machine learning. All source code from vi...
Part 1 in a in-depth hands-on tutorial introducing the viewer to Data Science with R programming. The video provides end-to-end data science training, including data exploration, data wrangling, data analysis, data visualization, feature engineering, and machine learning. All source code from videos are available from GitHub.


☕ If you found this content useful and would like to support the channel, you can buy me a coffee: https://www.buymeacoffee.com/DaveOnData


★★★ My online data analysis courses ▶ https://school.daveondata.com


-----------------------------------------------------------------------------------------------------------------------
🤖 Looking for robust training in machine learning? 🤖
-----------------------------------------------------------------------------------------------------------------------
⚠ This video series is quite old now and incomplete. ⚠

👉 My new online course covers using tidymodels in R to do machine learning and covers everything you need to know (e.g., algorithms, math, bias-variance tradeoff, tuning, etc.).

Check out the following YouTube video to learn more:
📺 https://youtu.be/b6hiyLEFA_M



// THINGS HAVE CHANGED SINCE ORIGINAL VIDEO

⚠ - The data for the competition has changed since this video series was started. You can find the applicable .CSVs in the GitHub repo.

💻 GitHub: https://github.com/EasyD/IntroToDataScience

#DataScience #Rprogramming #RprogrammingForDataScience

#R (Programming Language) #Data Science #Data Analysis (Media Genre) #Feature Engineering #Visualization #Data Wrangling #Data Exploration #R Programming #R Programming Tutorial #R Programming Training #Data Science with R #Data Scientist #Machine Learning with R #Programming #Tutorial #Training #Data Science Training #Data Science Tutorial #Machine Learning #Data Analysis #Data Visualization #Data Science with R Programming #language #tutorial #programming
-      Introduction - Introduction to Data Science with R - Data Analysis Part 1

- Introduction

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:00:00 - 00:05:32
> mr[,]PassengerId Survived Pclass1           1        0      32           2        1      13           3        1      34           4        1      15           5        0      3Name                                                 Sex1                             Braund, Mr. Owen Harris                                 male2 Cumings, Mrs. John Bradley (Florence Briggs Thayer)        female3                              Heikkinen, Miss. Laina                                  female4        Futrelle, Mrs. Jacques Heath (Lily May Peel)                 female5                            Allen, Mr. William Henry                                   male - Introduction to Data Science with R - Data Analysis Part 1

> mr[,]PassengerId Survived Pclass1 1 0 32 2 1 13 3 1 34 4 1 15 5 0 3Name Sex1 Braund, Mr. Owen Harris male2 Cumings, Mrs. John Bradley (Florence Briggs Thayer) female3 Heikkinen, Miss. Laina female4 Futrelle, Mrs. Jacques Heath (Lily May Peel) female5 Allen, Mr. William Henry male

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:05 - 01:21:50
males[,] - Introduction to Data Science with R - Data Analysis Part 1

males[,]

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:05 - 01:21:50
misses[,] - Introduction to Data Science with R - Data Analysis Part 1

misses[,]

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:05 - 01:21:50
I ran into a problem at  mark. I'm not getting any error code and all syntax are correct but "title" column is not being added. I checked the syntax many times but all seems correct but not getting the result. - Introduction to Data Science with R - Data Analysis Part 1

I ran into a problem at mark. I'm not getting any error code and all syntax are correct but "title" column is not being added. I checked the syntax many times but all seems correct but not getting the result.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:15 - 00:22:18
) worked like a charm for the last plot @~, the facet_wrap of Title vs Pclass vs Survived whereas your geom_histogram fix did not! - Introduction to Data Science with R - Data Analysis Part 1

) worked like a charm for the last plot @~, the facet_wrap of Title vs Pclass vs Survived whereas your geom_histogram fix did not!

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:18 - 01:21:50
Playback speed !! - Introduction to Data Science with R - Data Analysis Part 1

Playback speed !!

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:01:25 - 01:21:50
], survived = rep("None", nrow(test)),test[,])names(test.survived)<-names(train) - Introduction to Data Science with R - Data Analysis Part 1

], survived = rep("None", nrow(test)),test[,])names(test.survived)<-names(train)

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:02:11 - 01:21:50
,)]# Combine data framesdata.combined <- rbind(train, test.survived.fixed) - Introduction to Data Science with R - Data Analysis Part 1

,)]# Combine data framesdata.combined <- rbind(train, test.survived.fixed)

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:03:12 - 01:21:50
-      R setup - Introduction to Data Science with R - Data Analysis Part 1

- R setup

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:05:32 - 00:07:13
-     Kaggle file download - Introduction to Data Science with R - Data Analysis Part 1

- Kaggle file download

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:07:13 - 00:10:53
-    First steps in R - Introduction to Data Science with R - Data Analysis Part 1

- First steps in R

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:10:53 - 00:29:02
I could get the variable description data at - Introduction to Data Science with R - Data Analysis Part 1

I could get the variable description data at

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:11:10 - 01:21:50
Did you pre-write all of the lines  ? When I open the data none of that is there, I can type it out but feel I may have done something wrong already. - Introduction to Data Science with R - Data Analysis Part 1

Did you pre-write all of the lines ? When I open the data none of that is there, I can type it out but feel I may have done something wrong already.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:13:10 - 01:21:50
- Code along the lines of:  my.train <- combined[,] - Introduction to Data Science with R - Data Analysis Part 1

- Code along the lines of: my.train <- combined[,]

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
: In the last ggplot as the data to be plotted is restricted to  rows, the aesthetics parameter(x and fill) should also be restricted to 891 rows essentially. - Introduction to Data Science with R - Data Analysis Part 1

: In the last ggplot as the data to be plotted is restricted to rows, the aesthetics parameter(x and fill) should also be restricted to 891 rows essentially.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 00:15:51
> ggplot(data.combined[,], aes(x = title, fill = Survived)) +geom_histogram(binwidth = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Error in eval(expr, envir, enclos) : object 'Survived' not found - Introduction to Data Science with R - Data Analysis Part 1

> ggplot(data.combined[,], aes(x = title, fill = Survived)) +geom_histogram(binwidth = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Error in eval(expr, envir, enclos) : object 'Survived' not found

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 00:15:51
> ggplot(data.combined[,], aes(x = title, fill = survived)) +geom_histogram(binwidth = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Error: StatBin requires a continuous x variable the x variable is discrete. Perhaps you want stat="count"? - Introduction to Data Science with R - Data Analysis Part 1

> ggplot(data.combined[,], aes(x = title, fill = survived)) +geom_histogram(binwidth = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Error: StatBin requires a continuous x variable the x variable is discrete. Perhaps you want stat="count"?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 00:15:51
> ggplot(data.combined[,], aes(x = title, fill = survived)) +stat_count(width = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

> ggplot(data.combined[,], aes(x = title, fill = survived)) +stat_count(width = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
> ggplot(data.combined[,],aes(x=title,fill=Survived))++     geom_bar(width = .5)++     facet_wrap(pclass)++     ggtitle("Pclass")++     xlab("Title")++     ylab("Total Count")++     labs(fill="Survived")"Error: Must use either variable name or expression when facetting" - Introduction to Data Science with R - Data Analysis Part 1

> ggplot(data.combined[,],aes(x=title,fill=Survived))++ geom_bar(width = .5)++ facet_wrap(pclass)++ ggtitle("Pclass")++ xlab("Title")++ ylab("Total Count")++ labs(fill="Survived")"Error: Must use either variable name or expression when facetting"

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
Correct: ggplot(data.combined[,],aes(x=titles[1:891],fill=Survived[1:891]))geom_bar(width=0.4)+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("count")+labs("title wise survivals and deaths") - Introduction to Data Science with R - Data Analysis Part 1

Correct: ggplot(data.combined[,],aes(x=titles[1:891],fill=Survived[1:891]))geom_bar(width=0.4)+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("count")+labs("title wise survivals and deaths")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot (data.combined[,], aes(x = title, fill=Survived)) +geom_bar(stat="count")+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("Total Count")+labs(fill="Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot (data.combined[,], aes(x = title, fill=Survived)) +geom_bar(stat="count")+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("Total Count")+labs(fill="Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combine [,], aes(x=title, fill=Survived))+geom_histogram(stat_count=0.5)+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("title")+ylab("Total Count")+labs(fill="Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combine [,], aes(x=title, fill=Survived))+geom_histogram(stat_count=0.5)+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("title")+ylab("Total Count")+labs(fill="Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[, ], aes(x = Title, fill = Survived))+geom_bar()+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("Total Count")+labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[, ], aes(x = Title, fill = Survived))+geom_bar()+facet_wrap(~Pclass)+ggtitle("Pclass")+xlab("Title")+ylab("Total Count")+labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[, ], aes(x = title, fill = Survived)) +geom_bar(binwidth = 0.5) +facet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[, ], aes(x = title, fill = Survived)) +geom_bar(binwidth = 0.5) +facet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes (x= title, fill = Survived)) +geom_histogram(binwidth = 0.5) +# wrap a 1d ribbon of panles into 2dfacet_wrap(~pclass) +ggtitle("Pclass") +xlab("title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes (x= title, fill = Survived)) +geom_histogram(binwidth = 0.5) +# wrap a 1d ribbon of panles into 2dfacet_wrap(~pclass) +ggtitle("Pclass") +xlab("title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = Survived)) +#stat_count(width=0.5) + # it also works (old version)geom_bar() +# wrap a 1d ribbon of panles into 2dfacet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = Survived)) +#stat_count(width=0.5) + # it also works (old version)geom_bar() +# wrap a 1d ribbon of panles into 2dfacet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = Survived)) ++   geom_bar(binwidth = 0.5) ++   facet_wrap(~Pclass) ++   ggtitle("Pclass") ++   xlab("Title") ++   ylab("Total Count") ++   labs(fill = "Survived")Don't know how to automatically pick scale for object of type function. Defaulting to continuous.Error: Aesthetics must be valid data columns. Problematic aesthetic(s): x = title.Did you mistype the name of a data column or forget to add stat()?Also: Warning message:`geom_bar()` no longer has a `binwidth` parameter. Please use `geom_histogram()` instead. - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = Survived)) ++ geom_bar(binwidth = 0.5) ++ facet_wrap(~Pclass) ++ ggtitle("Pclass") ++ xlab("Title") ++ ylab("Total Count") ++ labs(fill = "Survived")Don't know how to automatically pick scale for object of type function. Defaulting to continuous.Error: Aesthetics must be valid data columns. Problematic aesthetic(s): x = title.Did you mistype the name of a data column or forget to add stat()?Also: Warning message:`geom_bar()` no longer has a `binwidth` parameter. Please use `geom_histogram()` instead.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = Survived)) ++   geom_histogram(binwidth = 0.5) ++   facet_wrap(~pclass) ++   ggtitle("Pclass") ++   xlab("Title") ++   ylab("Total Count") ++   labs(fill = "Survived")Error in layout_base(data, vars, drop = drop) :At least one layer must contain all variables used for facetting - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = Survived)) ++ geom_histogram(binwidth = 0.5) ++ facet_wrap(~pclass) ++ ggtitle("Pclass") ++ xlab("Title") ++ ylab("Total Count") ++ labs(fill = "Survived")Error in layout_base(data, vars, drop = drop) :At least one layer must contain all variables used for facetting

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = Survived)) +geom_bar() +facet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Can sb plz explain why the "geom_bar()" function is filled with nothing here? 🙏 - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = Survived)) +geom_bar() +facet_wrap(~Pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")Can sb plz explain why the "geom_bar()" function is filled with nothing here? 🙏

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = survived)) +geom_bar() +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = survived)) +geom_bar() +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,], aes(x = title, fill = survived)) +stat_count(width = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived") - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,], aes(x = title, fill = survived)) +stat_count(width = 0.5) +facet_wrap(~pclass) +ggtitle("Pclass") +xlab("Title") +ylab("Total Count") +labs(fill = "Survived")

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
ggplot(data.combined[,],aes(x=title,fill=Survived))++     geom_bar(width = .5)++     facet_wrap(Pclass)++     ggtitle("Pclass")++     xlab("Title")++     ylab("Total Count")++     labs(fill="Survived")Error in as.quoted(facets) : object 'Pclass' not found.after using a variable for the same usingpclass=data.combined$Pclass - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,],aes(x=title,fill=Survived))++ geom_bar(width = .5)++ facet_wrap(Pclass)++ ggtitle("Pclass")++ xlab("Title")++ ylab("Total Count")++ labs(fill="Survived")Error in as.quoted(facets) : object 'Pclass' not found.after using a variable for the same usingpclass=data.combined$Pclass

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 00:15:51
ggplot(data.combined[,],aes(x=titles,fill=Survived))+geom_histogram(binwidth = 0.5)+facet_wrap(~Pclass)+ggtitle('Pclass')+xlab('Title')+ylab('Total Count')+labs(fill = 'Survived') - Introduction to Data Science with R - Data Analysis Part 1

ggplot(data.combined[,],aes(x=titles,fill=Survived))+geom_histogram(binwidth = 0.5)+facet_wrap(~Pclass)+ggtitle('Pclass')+xlab('Title')+ylab('Total Count')+labs(fill = 'Survived')

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:15:51 - 01:21:50
At , you could say: - Introduction to Data Science with R - Data Analysis Part 1

At , you could say:

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:18:32 - 00:55:05
L and value for "title" is chr[] and was wondering if the count should match???? - Introduction to Data Science with R - Data Analysis Part 1

L and value for "title" is chr[] and was wondering if the count should match????

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:22:18 - 01:21:50
lengths: int [] 1 1 1 1 1 1 1 1 1 1 ... - Introduction to Data Science with R - Data Analysis Part 1

lengths: int [] 1 1 1 1 1 1 1 1 1 1 ...

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:22:47 - 00:22:47
values : chr [] "Braund, Mr. Owen Harris" "Cumings, Mrs. John Bradley (Florence Briggs Thayer)" ... - Introduction to Data Science with R - Data Analysis Part 1

values : chr [] "Braund, Mr. Owen Harris" "Cumings, Mrs. John Bradley (Florence Briggs Thayer)" ...

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:22:47 - 01:21:50
Your  "Ok! i do not want that, thank you!" statement really makes me think that you are really cool. I just want to be cool as you :) <3 - Introduction to Data Science with R - Data Analysis Part 1

Your "Ok! i do not want that, thank you!" statement really makes me think that you are really cool. I just want to be cool as you :) <3

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:23:32 - 01:21:50
-   Data preparation - Introduction to Data Science with R - Data Analysis Part 1

- Data preparation

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:29:02 - 00:31:59
-   1. Hypothesis testing - Introduction to Data Science with R - Data Analysis Part 1

- 1. Hypothesis testing

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:31:59 - 00:45:53
For anyone getting a "perhaps you want stat = count?" error at the ggplot part (around ) using newer versions of R, replace geom_histogram with geom_bar. geom_histogram and geom_bar have been split into two functions now, where geom_bar is for discrete variables like the pclass factor, and geom histogram only works with continuous variables. I was getting this problem and doing so fixed it. - Introduction to Data Science with R - Data Analysis Part 1

For anyone getting a "perhaps you want stat = count?" error at the ggplot part (around ) using newer versions of R, replace geom_histogram with geom_bar. geom_histogram and geom_bar have been split into two functions now, where geom_bar is for discrete variables like the pclass factor, and geom histogram only works with continuous variables. I was getting this problem and doing so fixed it.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:41:00 - 01:21:50
BUT: I ran into an error at ~ - Introduction to Data Science with R - Data Analysis Part 1

BUT: I ran into an error at ~

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:44:00 - 01:21:50
But maybe someone can help me with the ggplot at . When running the code I always get the Error: `mapping` must be created by `aes()`, despite using the exact same code as shown in the video (tried with geom_histogram as well as geom_bar, but I don't think it got anything to do with the error). I already tried to find solutions online but still couldn't solve the problem.Thanks again for the video, would be nice if someone had an idea to get rid of this error. - Introduction to Data Science with R - Data Analysis Part 1

But maybe someone can help me with the ggplot at . When running the code I always get the Error: `mapping` must be created by `aes()`, despite using the exact same code as shown in the video (tried with geom_histogram as well as geom_bar, but I don't think it got anything to do with the error). I already tried to find solutions online but still couldn't solve the problem.Thanks again for the video, would be nice if someone had an idea to get rid of this error.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:44:15 - 01:21:50
was getting StatBin requires a continuous x variable the x variable is discrete. Perhaps you want stat="count"? in  i.e plotting the graph but used geom_bar resolved my prblm... - Introduction to Data Science with R - Data Analysis Part 1

was getting StatBin requires a continuous x variable the x variable is discrete. Perhaps you want stat="count"? in i.e plotting the graph but used geom_bar resolved my prblm...

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:44:29 - 01:21:50
I'm stuck at - Introduction to Data Science with R - Data Analysis Part 1

I'm stuck at

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:44:31 - 01:21:50
creating the plot i get the response  Error: `mapping` must be created by `aes()`what must i change? - Introduction to Data Science with R - Data Analysis Part 1

creating the plot i get the response Error: `mapping` must be created by `aes()`what must i change?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:44:43 - 01:21:50
Question: at  we have a chart with Pclass on the X axis, Count on the Y, and it is filled with Survived or not survived. In addition to this visual representation (the one shown on the video), is there a way to add the numerical percentage of survived individuals in each Pclass? For example, it looks like ~60%, ~50%, and ~20% survived in Pclass 1, 2, and 3, respectively. Can we add these values to the graph? - Introduction to Data Science with R - Data Analysis Part 1

Question: at we have a chart with Pclass on the X axis, Count on the Y, and it is filled with Survived or not survived. In addition to this visual representation (the one shown on the video), is there a way to add the numerical percentage of survived individuals in each Pclass? For example, it looks like ~60%, ~50%, and ~20% survived in Pclass 1, 2, and 3, respectively. Can we add these values to the graph?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:45:40 - 01:21:50
-   Finding anomalys - Introduction to Data Science with R - Data Analysis Part 1

- Finding anomalys

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:45:53 - 01:10:20
Also at  no need to use which() or even character() twice:> dup.names <-  data.combined [duplicated(data.combined$Name), ] - Introduction to Data Science with R - Data Analysis Part 1

Also at no need to use which() or even character() twice:> dup.names <- data.combined [duplicated(data.combined$Name), ]

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:55:05 - 01:11:30
i am having difficulties with your code at . I do not get the same output.  This is what I get: - Introduction to Data Science with R - Data Analysis Part 1

i am having difficulties with your code at . I do not get the same output. This is what I get:

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:55:05 - 01:21:50
at  i am not getting the same output when plugging in the codedup.names <- as.character(data.combined[which(duplicated(as.character(data.combined$Name))), "Name"]) - Introduction to Data Science with R - Data Analysis Part 1

at i am not getting the same output when plugging in the codedup.names <- as.character(data.combined[which(duplicated(as.character(data.combined$Name))), "Name"])

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:55:37 - 01:21:50
Awesome tutorial to clear the context. However at  , the R code to find duplicate names upon execution creates a blank variable. Any suggestions? - Introduction to Data Science with R - Data Analysis Part 1

Awesome tutorial to clear the context. However at , the R code to find duplicate names upon execution creates a blank variable. Any suggestions?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:55:43 - 01:21:50
Could not get the dup.names line to work at . Appears in the values as "c(646,262)" rather than the names themselves as a character - Introduction to Data Science with R - Data Analysis Part 1

Could not get the dup.names line to work at . Appears in the values as "c(646,262)" rather than the names themselves as a character

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:55:43 - 01:21:50
For the life of me I could not get the bit around  or so to work (the part using %in%). - Introduction to Data Science with R - Data Analysis Part 1

For the life of me I could not get the bit around or so to work (the part using %in%).

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:57:30 - 01:21:50
Just in case these comments are still pretty active, I've gotten a bit stuck with an issue. I'm up to , pulling out the apparently duplicated data. I've assigned the duplicates from "Name" to duplicate.Names.However what data.combined[which(data.combined$Name %in% duplicate.Names),] returns is empty, it shows an empty 0 x 12 tibble. - Introduction to Data Science with R - Data Analysis Part 1

Just in case these comments are still pretty active, I've gotten a bit stuck with an issue. I'm up to , pulling out the apparently duplicated data. I've assigned the duplicates from "Name" to duplicate.Names.However what data.combined[which(data.combined$Name %in% duplicate.Names),] returns is empty, it shows an empty 0 x 12 tibble.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:58:15 - 01:21:50
Do i have any method to show the table like the  in video ? - Introduction to Data Science with R - Data Analysis Part 1

Do i have any method to show the table like the in video ?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:59:09 - 01:21:50
Mr.Langer why I can't see the table like  , I coding the same code in the R and reply me like - Introduction to Data Science with R - Data Analysis Part 1

Mr.Langer why I can't see the table like , I coding the same code in the R and reply me like

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
00:59:09 - 00:59:09
I did have a quick question for anyone that knows the answer. Is there a reason why around  "misses" turns into a data frame instead of just a value? - Introduction to Data Science with R - Data Analysis Part 1

I did have a quick question for anyone that knows the answer. Is there a reason why around "misses" turns into a data frame instead of just a value?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:03:00 - 01:21:50
pew pew - Introduction to Data Science with R - Data Analysis Part 1

pew pew

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:03:00 - 01:21:50
A 4 year old girl is unmarried, but everyone in the dataset "misses" is unmarried/without spouse(I mean that is why they have miss attached to their name).Then what is the point for having variable "sibsp" in "misses" dataframe. Having a variable "Sib" instead looks good? - Introduction to Data Science with R - Data Analysis Part 1

A 4 year old girl is unmarried, but everyone in the dataset "misses" is unmarried/without spouse(I mean that is why they have miss attached to their name).Then what is the point for having variable "sibsp" in "misses" dataframe. Having a variable "Sib" instead looks good?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:05:09 - 01:21:50
hol up. Some girl is married at 14? - Introduction to Data Science with R - Data Analysis Part 1

hol up. Some girl is married at 14?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:08:14 - 01:21:50
Why when checking the pattern for survivors among males at , you use train$sex instead of data.combined$sex?  In fact, how would you pull rows from data.combined based on the data in train?  Wouldn't that require some sort of key? - Introduction to Data Science with R - Data Analysis Part 1

Why when checking the pattern for survivors among males at , you use train$sex instead of data.combined$sex? In fact, how would you pull rows from data.combined based on the data in train? Wouldn't that require some sort of key?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:08:32 - 01:21:50
equals signs (==) in the "males <- data.combined[which(train$Sex == "male"),]" segment at ? - Introduction to Data Science with R - Data Analysis Part 1

equals signs (==) in the "males <- data.combined[which(train$Sex == "male"),]" segment at ?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:08:37 - 01:21:50
At , I just lost it when even the 2 year old male child didn't survive! It was too funny and so wrong at the same time. Thank you so much David for using the most simplest Data set. You really are a great teacher! - Introduction to Data Science with R - Data Analysis Part 1

At , I just lost it when even the 2 year old male child didn't survive! It was too funny and so wrong at the same time. Thank you so much David for using the most simplest Data set. You really are a great teacher!

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:08:57 - 01:21:50
Why do we change the code for figuring out if the same pattern exists for males at ? - Introduction to Data Science with R - Data Analysis Part 1

Why do we change the code for figuring out if the same pattern exists for males at ?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:09:19 - 00:01:05
lol at - Introduction to Data Science with R - Data Analysis Part 1

lol at

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:09:40 - 01:21:50
- Finding anomalys 2 - Introduction to Data Science with R - Data Analysis Part 1

- Finding anomalys 2

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:10:20 - 01:21:23
At , instead of all those If-Else statements and For loop, you could just simply write: - Introduction to Data Science with R - Data Analysis Part 1

At , instead of all those If-Else statements and For loop, you could just simply write:

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:11:30 - 01:21:50
At , that whole block of If-Else and the for loop doesn’t work properly for me. Instead it creates a “titles” column in data.combined and all its enteries are  “others”. - Introduction to Data Science with R - Data Analysis Part 1

At , that whole block of If-Else and the for loop doesn’t work properly for me. Instead it creates a “titles” column in data.combined and all its enteries are “others”.

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:11:30 - 01:21:50
it's free real estate - Introduction to Data Science with R - Data Analysis Part 1

it's free real estate

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:11:55 - 01:21:50
I know I am a couple years late to the game - but I got stuck around  with the extract Title function. Finally got around it by using: - Introduction to Data Science with R - Data Analysis Part 1

I know I am a couple years late to the game - but I got stuck around with the extract Title function. Finally got around it by using:

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:14:00 - 01:21:50
in this point I wroteif (length(grep("Miss.", Name)) > 0) {return ("Miss.")} else if (length(grep("Master.", Name)) > 0) {return ("Master.")} else if (length(grep("Mr.", Name)) > 0) {return ("Mr.")} else if (length(grep("Mrs.", Name)) > 0) {return ("Mrs.")} else {return ("Other")}}And R doesn't make difference between Mr and Mrs. I mean, in the new variable only exist Mr. Miss. and Others.  The problem solved writing exactly in order like Langer does - Introduction to Data Science with R - Data Analysis Part 1

in this point I wroteif (length(grep("Miss.", Name)) > 0) {return ("Miss.")} else if (length(grep("Master.", Name)) > 0) {return ("Master.")} else if (length(grep("Mr.", Name)) > 0) {return ("Mr.")} else if (length(grep("Mrs.", Name)) > 0) {return ("Mrs.")} else {return ("Other")}}And R doesn't make difference between Mr and Mrs. I mean, in the new variable only exist Mr. Miss. and Others. The problem solved writing exactly in order like Langer does

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:15:59 - 01:21:50
Thanks David. At  we are assigning titles and I keep only returning "Other" as the values. I even opened up the most recent github code (version 7), copy and pasted it into my code and still only returned "Others." Any idea why that is the issue? - Introduction to Data Science with R - Data Analysis Part 1

Thanks David. At we are assigning titles and I keep only returning "Other" as the values. I even opened up the most recent github code (version 7), copy and pasted it into my code and still only returned "Others." Any idea why that is the issue?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:16:00 - 01:21:50
Is anyone still replying to this? Around , my code does not do the same thing his does. It creates titles as a list of 2, not as a list of 1309. When I View(titles), it shows the first item on the list as lines of code:function (main = NULL, sub = NULL, xlab = NULL, ylab = NULL,line = NA, outer = FALSE, ...){main <- as.graphicsAnnot(main)sub <- as.graphicsAnnot(sub)xlab <- as.graphicsAnnot(xlab)ylab <- as.graphicsAnnot(ylab).External.graphics(C_title, main, sub, xlab, ylab, line,outer, ...)invisible()}And the  second as "Master." I have checked and rechecked my code, and I put it in exactly as he did.  Then, when I enterdata.combined$title <- as.factor(titles)I get the error messageError in sort.list(y) : 'x' must be atomic for 'sort.list'Have you called 'sort' on a list?If I try to do it as.vector instead (as some online sources appeared to be suggesting) I getError in `$<-.data.frame`(`*tmp*`, title, value = list(function (main = NULL,  :replacement has 2 rows, data has 1309What is wrong here? - Introduction to Data Science with R - Data Analysis Part 1

Is anyone still replying to this? Around , my code does not do the same thing his does. It creates titles as a list of 2, not as a list of 1309. When I View(titles), it shows the first item on the list as lines of code:function (main = NULL, sub = NULL, xlab = NULL, ylab = NULL,line = NA, outer = FALSE, ...){main <- as.graphicsAnnot(main)sub <- as.graphicsAnnot(sub)xlab <- as.graphicsAnnot(xlab)ylab <- as.graphicsAnnot(ylab).External.graphics(C_title, main, sub, xlab, ylab, line,outer, ...)invisible()}And the second as "Master." I have checked and rechecked my code, and I put it in exactly as he did. Then, when I enterdata.combined$title <- as.factor(titles)I get the error messageError in sort.list(y) : 'x' must be atomic for 'sort.list'Have you called 'sort' on a list?If I try to do it as.vector instead (as some online sources appeared to be suggesting) I getError in `$<-.data.frame`(`*tmp*`, title, value = list(function (main = NULL, :replacement has 2 rows, data has 1309What is wrong here?

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:16:04 - 01:21:50
AT    while adding the title column this error showsError in extractTitle(data.combined[i, "Name"]) : object 'name' not found>  data.combined$title <- as.factor(titles)Error in `$<-.data.frame`(`*tmp*`, title, value = integer(0)) :replacement has 0 rows, data has 1309 - Introduction to Data Science with R - Data Analysis Part 1

AT while adding the title column this error showsError in extractTitle(data.combined[i, "Name"]) : object 'name' not found> data.combined$title <- as.factor(titles)Error in `$<-.data.frame`(`*tmp*`, title, value = integer(0)) :replacement has 0 rows, data has 1309

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:16:10 - 01:21:50
Hi, anyone knows what does the "~" symbol in face_wrap in  minute ? thanks - Introduction to Data Science with R - Data Analysis Part 1

Hi, anyone knows what does the "~" symbol in face_wrap in minute ? thanks

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:18:00 - 01:21:50
- End - Introduction to Data Science with R - Data Analysis Part 1

- End

Introduction to Data Science with R - Data Analysis Part 1
2014年11月09日 
01:21:23 - 01:21:50

David Langer

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:142件

Intro - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

Intro

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:00:00 - 00:01:42
Tokenization - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

Tokenization

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:01:42 - 00:05:31
Document Vectors - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

Document Vectors

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:05:31 - 00:06:40
The Naïve Bayes Algorithm - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

The Naïve Bayes Algorithm

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:06:40 - 00:10:50
The Math of Naïve Bayes - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

The Math of Naïve Bayes

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:10:50 - 00:18:10
Training the Naïve Bayes Model in Excel - K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)

Training the Naïve Bayes Model in Excel

K-Means Clustering Text Documents: Python in Excel Tutorial (Free Files)
2024年04月24日 
00:18:10 - 00:24:37
Intro - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

Intro

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:00:00 - 00:01:42
Tokenization - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

Tokenization

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:01:42 - 00:05:31
Document Vectors - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

Document Vectors

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:05:31 - 00:06:40
The Naïve Bayes Algorithm - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

The Naïve Bayes Algorithm

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:06:40 - 00:10:50
The Math of Naïve Bayes - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

The Math of Naïve Bayes

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:10:50 - 00:18:10
Training the Naïve Bayes Model in Excel - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

Training the Naïve Bayes Model in Excel

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:18:10 - 00:24:46
Testing the Naïve Bayes Model in Excel - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

Testing the Naïve Bayes Model in Excel

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:24:46 - 00:28:06
What’s Next? - Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)

What’s Next?

Analyze Text Data with Naive Bayes: Python in Excel Tutorial (Free File)
2024年04月17日 
00:28:06 - 00:28:59
Intro - Can You Do Data Science With Python in Excel in 2024?

Intro

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:00:00 - 00:01:36
Datasets - Can You Do Data Science With Python in Excel in 2024?

Datasets

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:01:36 - 00:04:46
YES!!! minute  = Thank you David! - Can You Do Data Science With Python in Excel in 2024?

YES!!! minute = Thank you David!

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日  @recalc 様 
00:02:05 - 00:19:24
Visual Data Analysis - Can You Do Data Science With Python in Excel in 2024?

Visual Data Analysis

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:04:46 - 00:07:48
Cluster Analysis - Can You Do Data Science With Python in Excel in 2024?

Cluster Analysis

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:07:48 - 00:11:11
Decision Tree ML Models - Can You Do Data Science With Python in Excel in 2024?

Decision Tree ML Models

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:11:11 - 00:14:40
Random Forest ML Models - Can You Do Data Science With Python in Excel in 2024?

Random Forest ML Models

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:14:40 - 00:17:21
The Verdict - Can You Do Data Science With Python in Excel in 2024?

The Verdict

Can You Do Data Science With Python in Excel in 2024?
2024年04月10日 
00:17:21 - 00:19:24
Intro - Do NOT Use Python in Excel for Data Wrangling! Here's Why.

Intro

Do NOT Use Python in Excel for Data Wrangling! Here's Why.
2024年04月03日 
00:00:00 - 00:01:04
Python in Excel Architecture - Do NOT Use Python in Excel for Data Wrangling! Here's Why.

Python in Excel Architecture

Do NOT Use Python in Excel for Data Wrangling! Here's Why.
2024年04月03日 
00:01:04 - 00:02:49
Data Wrangling Options - Do NOT Use Python in Excel for Data Wrangling! Here's Why.

Data Wrangling Options

Do NOT Use Python in Excel for Data Wrangling! Here's Why.
2024年04月03日 
00:02:49 - 00:05:52
Python in Excel Wrangling Exceptions - Do NOT Use Python in Excel for Data Wrangling! Here's Why.

Python in Excel Wrangling Exceptions

Do NOT Use Python in Excel for Data Wrangling! Here's Why.
2024年04月03日 
00:05:52 - 00:07:36
Python in Excel’s Future - Do NOT Use Python in Excel for Data Wrangling! Here's Why.

Python in Excel’s Future

Do NOT Use Python in Excel for Data Wrangling! Here's Why.
2024年04月03日 
00:07:36 - 00:10:08
Intro - Does Python in Excel Replace Excel Charts?

Intro

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:00:00 - 00:01:05
Faceting Data Visualizations - Does Python in Excel Replace Excel Charts?

Faceting Data Visualizations

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:01:05 - 00:01:47
Faceted Histograms - Does Python in Excel Replace Excel Charts?

Faceted Histograms

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:01:47 - 00:04:31
Faceted Bar Charts - Does Python in Excel Replace Excel Charts?

Faceted Bar Charts

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:04:31 - 00:05:56
Faceted Scatter Plots - Does Python in Excel Replace Excel Charts?

Faceted Scatter Plots

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:05:56 - 00:07:27
Faceted Strip Plots - Does Python in Excel Replace Excel Charts?

Faceted Strip Plots

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:07:27 - 00:08:19
Violin Plots - Does Python in Excel Replace Excel Charts?

Violin Plots

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:08:19 - 00:09:13
Faceted Violin Plots - Does Python in Excel Replace Excel Charts?

Faceted Violin Plots

Does Python in Excel Replace Excel Charts?
2024年03月28日 
00:09:13 - 00:10:56
Into - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Into

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:00:00 - 00:00:58
Types of Machine Learning - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Types of Machine Learning

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:00:58 - 00:03:24
Decision Trees - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Decision Trees

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:03:24 - 00:05:08
Random Forests - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Random Forests

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:05:08 - 00:07:53
K-Means Clustering - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

K-Means Clustering

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:07:53 - 00:11:11
Logistic Regression - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Logistic Regression

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:11:11 - 00:13:15
Linear Regression - Python in Excel Makes Machine Learning a MUST-HAVE in 2024!

Linear Regression

Python in Excel Makes Machine Learning a MUST-HAVE in 2024!
2024年03月20日 
00:13:15 - 00:16:17
Intro - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

Intro

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:00:00 - 00:01:03
Power Query Introduction - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

Power Query Introduction

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:01:03 - 00:06:09
SQL Introduction - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

SQL Introduction

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:06:09 - 00:11:00
Power Query Pros & Cons - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

Power Query Pros & Cons

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:11:00 - 00:14:22
SQL Pros & Cons - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

SQL Pros & Cons

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:14:22 - 00:18:15
Which You Should Use - SQL vs. Power Query – What You Should Use for Python in Excel in 2024!

Which You Should Use

SQL vs. Power Query – What You Should Use for Python in Excel in 2024!
2024年03月14日 
00:18:15 - 00:20:42
Intro - Python in Excel vs. VBA - What You Should Learn in 2024!

Intro

Python in Excel vs. VBA - What You Should Learn in 2024!
2024年03月06日 
00:00:00 - 00:00:37
VBA Overview - Python in Excel vs. VBA - What You Should Learn in 2024!

VBA Overview

Python in Excel vs. VBA - What You Should Learn in 2024!
2024年03月06日 
00:00:37 - 00:04:16
Python in Excel Overview - Python in Excel vs. VBA - What You Should Learn in 2024!

Python in Excel Overview

Python in Excel vs. VBA - What You Should Learn in 2024!
2024年03月06日 
00:04:16 - 00:07:33
The Question is Answered - Python in Excel vs. VBA - What You Should Learn in 2024!

The Question is Answered

Python in Excel vs. VBA - What You Should Learn in 2024!
2024年03月06日 
00:07:33 - 00:10:05
Intro - Python in Excel Makes Power Query a MUST-HAVE in 2024!

Intro

Python in Excel Makes Power Query a MUST-HAVE in 2024!
2024年02月28日 
00:00:00 - 00:01:22
Sizing the Data - Python in Excel Makes Power Query a MUST-HAVE in 2024!

Sizing the Data

Python in Excel Makes Power Query a MUST-HAVE in 2024!
2024年02月28日 
00:01:22 - 00:05:59
Loading All the Data - Python in Excel Makes Power Query a MUST-HAVE in 2024!

Loading All the Data

Python in Excel Makes Power Query a MUST-HAVE in 2024!
2024年02月28日 
00:05:59 - 00:08:54
Visualize the Data with a Count Plot - Python in Excel Makes Power Query a MUST-HAVE in 2024!

Visualize the Data with a Count Plot

Python in Excel Makes Power Query a MUST-HAVE in 2024!
2024年02月28日 
00:08:54 - 00:10:20
Visualize the Data with Histograms - Python in Excel Makes Power Query a MUST-HAVE in 2024!

Visualize the Data with Histograms

Python in Excel Makes Power Query a MUST-HAVE in 2024!
2024年02月28日 
00:10:20 - 00:13:19
Intro - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

Intro

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:00:00 - 00:01:03
The Data - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

The Data

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:01:03 - 00:02:23
Logistic Regression Using Solver - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

Logistic Regression Using Solver

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:02:23 - 00:04:38
Loading the Data into Python - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

Loading the Data into Python

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:04:38 - 00:06:31
Wrangling the Data - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

Wrangling the Data

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:06:31 - 00:08:21
The Logistic Regression Model - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

The Logistic Regression Model

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:08:21 - 00:09:56
The Model Summary - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

The Model Summary

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:09:56 - 00:11:49
Interpreting the Model - Solver vs. Python in Excel - Which is Best for Logisitc Regression?

Interpreting the Model

Solver vs. Python in Excel - Which is Best for Logisitc Regression?
2024年02月21日 
00:11:49 - 00:14:41