Companies Home Search Profile

Learn R For Datascience

Focused View

4:14:01

11 View
  • 1 - Introduction.mp4
    02:25
  • 2 - Installing R.mp4
    01:11
  • 3 - Installing R Studio.mp4
    01:27
  • 4 - Installing Tidyverse package inside RStudio.mp4
    00:59
  • 5 - Reading CSV data into R.mp4
    07:38
  • 5 - lec5-read-final.zip
  • 5 - lec5-read-starter.zip
  • 6 - Exporting data from R and R Studio to a external csv file.mp4
    02:24
  • 6 - lec6-write-final.zip
  • 6 - lec6-write-starter.zip
  • 7 - Introduction to tidyr.mp4
    05:00
  • 7 - lec13-tidydata-final.zip
  • 7 - lec13-tidydata-starter.zip
  • 8 - What makes a data tidier.mp4
    04:47
  • 8 - lec14-tidydatarules-final.zip
  • 8 - lec14-tidydatarules-starter.zip
  • 9 - Spreading data.mp4
    02:54
  • 9 - lec15-spreading-final.zip
  • 9 - lec15-spreading-starter.zip
  • 10 - Gathering data.mp4
    05:13
  • 10 - lec16-gathering-final.zip
  • 10 - lec16-gathering-starter.zip
  • 11 - Separating Columns.mp4
    04:36
  • 11 - lec17-separate-final.zip
  • 11 - lec17-separate-starter.zip
  • 12 - Uniting Columns.mp4
    02:34
  • 12 - lec18-unite-final.zip
  • 12 - lec18-unite-starter.zip
  • 13 - How to deal with Missing Values.mp4
    04:54
  • 13 - lec19-missingvalues-final.zip
  • 13 - lec19-missingvalues-starter.zip
  • 14 - A case study on data cleansing.mp4
    08:09
  • 14 - lec20-casestudy-final.zip
  • 14 - lec20-casestudy-starter.zip
  • 15 - Prerequisites.mp4
    07:57
  • 15 - lec21-prerequisites-final.zip
  • 15 - lec21-prerequisites-starter.zip
  • 16 - Filtering observations.mp4
    15:19
  • 16 - lec22-filteringobservations-final.zip
  • 16 - lec22-filteringobservations-starter.zip
  • 17 - Arranging observations.mp4
    07:33
  • 17 - lec23-arrange-final.zip
  • 17 - lec23-arrange-starter.zip
  • 18 - Selecting columns.mp4
    11:20
  • 18 - lec24-select-final.zip
  • 18 - lec24-select-starter.zip
  • 19 - Creating new columns.mp4
    13:23
  • 19 - lec25-mutate-final.zip
  • 19 - lec25-mutate-starter.zip
  • 20 - Grouped summaries.mp4
    44:35
  • 20 - lec26-summarize-final.zip
  • 20 - lec26-summarize-starter.zip
  • 21 - Grouped mutates and filters.mp4
    05:11
  • 21 - lec27-groupedmutates-final.zip
  • 21 - lec27-groupedmutates-starter.zip
  • 22 - Introduction.mp4
    04:46
  • 22 - lec28-introduction-final.zip
  • 22 - lec28-introduction-starter.zip
  • 23 - Understanding keys.mp4
    08:35
  • 23 - lec29-understandingkeys-final.zip
  • 23 - lec29-understandingkeys-starter.zip
  • 24 - Mutating joins.mp4
    05:40
  • 24 - lec30-mutatingjoins-final.zip
  • 24 - lec30-mutatingjoins-starter.zip
  • 25 - inner join.mp4
    03:19
  • 25 - lec31-innerjoin-final.zip
  • 25 - lec31-innerjoin-starter.zip
  • 26 - lec32-outerjoins-final.zip
  • 26 - lec32-outerjoins-starter.zip
  • 26 - outer joins.mp4
    03:57
  • 27 - Duplicate keys.mp4
    03:37
  • 27 - lec33-duplicatekeys-final.zip
  • 27 - lec33-duplicatekeys-starter.zip
  • 28 - Defining the Key Columns.mp4
    04:23
  • 28 - lec34-definingkey-final.zip
  • 28 - lec34-definingkey-starter.zip
  • 29 - Filtering Joins.mp4
    07:20
  • 29 - lec35-filteringjoins-final.zip
  • 29 - lec35-filteringjoins-starter.zip
  • 30 - Set operations.mp4
    03:23
  • 30 - lec36-setoperations-final.zip
  • 30 - lec36-setoperations-starter.zip
  • 31 - Understanding mpg dataset.mp4
    02:00
  • 31 - lec41-mpg-final.zip
  • 31 - lec41-mpg-starter.zip
  • 32 - Creating a ggplot.mp4
    03:23
  • 32 - lec42-creating-final.zip
  • 32 - lec42-creating-starter.zip
  • 33 - Aesthetic mappings.mp4
    04:08
  • 33 - lec43-aestheticmappings-final.zip
  • 33 - lec43-aestheticmappings-starter.zip
  • 34 - Facet your plots.mp4
    04:13
  • 34 - lec44-facets-final.zip
  • 34 - lec44-facets-starter.zip
  • 35 - Geometric objects in ggplot.mp4
    03:21
  • 35 - lec45-geometricobjects-final.zip
  • 35 - lec45-geometricobjects-starter.zip
  • 36 - Statistical transformations in ggplot.mp4
    10:25
  • 36 - lec46-statisticaltransformations-final.zip
  • 36 - lec46-statisticaltransformations-starter.zip
  • 37 - Position adjustments in ggplot.mp4
    05:00
  • 37 - lec47-positionadjustments-final.zip
  • 37 - lec47-positionadjustments-starter.zip
  • 38 - Coordinate Systems.mp4
    04:22
  • 38 - lec48-coordinatesystems-final.zip
  • 38 - lec48-coordinatesystems-starter.zip
  • 39 - Setting up Git in R Studio.mp4
    03:04
  • 40 - Creating a project in Github.mp4
    03:29
  • 41 - Cloning a project in R Studio from Github.mp4
    02:46
  • 42 - Commit Changes and Push the changes to Github.mp4
    01:27
  • 43 - Pull the changes from Github.mp4
    01:54
  • More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 43
    • duration 4:14:01
    • Release Date 2024/05/22

    Courses related to Data Science

    Courses related to R Programming