This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Replace NA with 0
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Replace NA with 0
> is.na()
> which()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Media is too big
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Dimension Function
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Dimension Function
> dim()
> dimname()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Named Numeric Vector Function
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Named Numeric Vector Function
> unname()➖➖➖➖➖➖➖➖➖➖➖
> as.numeric()
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Complete Cases Function
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Complete Cases Function
> data.frame()
> complete.cases()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Rename a Column Name in R
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Rename a Column Name in R
> colnames()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
How to Combine Data Frames by Row
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
How to Combine Data Frames by Row
> install.packages("plyr")
> rbind()
> rbind.fill()
> head() ; tail()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Create Empty Data frame
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Create Empty Data frame
> data.frame()
> setNames()
> character()
> numeric()
> factor()
> matrix()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Handling NA in R for Missing Values
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Handling NA in R for Missing Values
> is.na()
> na.omit()
> na.rm()
> which()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
length Function in R Programming
Number of Vector Elements
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
length Function in R Programming
Number of Vector Elements
> length()
> nchar()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
max and min R function
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
max and min R function
> max()
> min()
> sapply()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Create Sequence of Repeated Values in R
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Create Sequence of Repeated Values in R
> rep()➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
all & any R Functions
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
all & any R Functions
> all()➖➖➖➖➖➖➖➖➖➖➖
> any()
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
مجموع و میانگین سطرها و ستون های داده در R
➖➖➖➖➖➖➖➖➖➖➖
Sums & Means of Columns & Rows in R
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
➖➖➖➖➖➖➖➖➖➖➖
Sums & Means of Columns & Rows in R
> colSums(data)
> rowSums(data)
> colMeans(data)
> rowMeans(data)
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Media is too big
VIEW IN TELEGRAM
تبدیل ساختار داده در زبان R
➖➖➖➖➖➖➖➖➖➖➖
Data Type Conversion in R
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
➖➖➖➖➖➖➖➖➖➖➖
Data Type Conversion in R
as.numeric()
as.character()
as.matrix()
as.data.frame()
as.factor()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
Drop Unused Levels from Factors
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Drop Unused Levels from Factors
factor()
droplevels()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
کشیدن چند نمودار بر روی هم و در یک پنجره در زبان R
➖➖➖➖➖➖➖➖➖➖➖
Draw 2 Graphs in Same Plot in R
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
کشیدن چند نمودار بر روی هم و در یک پنجره در زبان R
➖➖➖➖➖➖➖➖➖➖➖
Draw 2 Graphs in Same Plot in R
plot()
points()
lines()
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
➖➖➖➖➖➖➖➖➖➖➖
آزمودن وجود یک مولفه در یک بردار R
➖➖➖➖➖➖➖➖➖➖➖
test if vector contains certain elements in R
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
آزمودن وجود یک مولفه در یک بردار R
➖➖➖➖➖➖➖➖➖➖➖
test if vector contains certain elements in R
%in%
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
This media is not supported in your browser
VIEW IN TELEGRAM
اگر هوش مصنوعی بخواد با کتابخانه ها و پلتفرم های هوش مصنوعی ملاقات کنه😂😂😂😂😂
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Python Jupyter Notebooks in Excel
Embed Jupyter into Microsoft Excel and write Python instead of VBA
See Here! Enjoy 😜
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖
Embed Jupyter into Microsoft Excel and write Python instead of VBA
See Here! Enjoy 😜
➖➖➖➖➖➖➖➖➖➖➖
🔰 @Data_Experts
🌐 dataexperts.ir
📱DataExperts Instagram
➖➖➖➖➖➖➖➖➖➖➖