[ Part 4] How to work with DateTime l Extract Day Month| Group By | Aggregate | Reshape | RStudio R

preview_player
Показать описание
00:00 Introduction
00:49 About Data
01:16 Convert text into date time format using strptime()
02:56 Extract day, month, year, monthname, weekday, hour from date time
06:10 Need to summarize data
06:38 How to summarize data using dplyr, group by,
07:15 pipe operator (%⋗%)
08:20 Summarise example, minimum, maximum, count of each group
11:24 use of select function
12:10 Reshape data from short to long format using spread function to tidyr
Рекомендации по теме
Комментарии
Автор

I can't believe it can be this good

jackdavies-parfitt
Автор

Hello, this was very helpful. Thank you for preparing the video. Can you show us how to create a Dashboard in R? Thanks.

chatoba
Автор

Hello i need help how can i clean time series data in r

karabokrb
Автор

Hello sir, many thanks for this video. I am new to r. when I used this guide to extract the day, month and year, I was able to create columns for them however, the entries were showing NA even the column where they were extracted from - this column data type is character. in format moth/ day/ year hours:minutes:seconds. How can i convert this column to date data type so that it will enable the entries to show.
Thanks

farmbizwithmarkay
Автор

Thank u for this. How to get previous working day date? Week starting on sunday and end on thurs day from 1 sep 2020 todate

ahmedJaber