Dynamic Data Script
Dynamic Data Script
  • 17
  • 1 078 256
How to import data from Excel files to R | R Programming
Import spreadsheet data to R! In this tutorial for beginners, we show you how to save your Excel files or spreadsheets to csv and how to import them to dataframes in R.
📊 Now, how to analyze your data? ua-cam.com/video/rm0BQSWoJlc/v-deo.html
🤔 Just getting started? ua-cam.com/video/BvKETZ6kr9Q/v-deo.html
🧮 Data science with dplyr? ua-cam.com/video/27zCOiIWwhE/v-deo.html
#R #Rprogramming #spreadsheet #excel #csv #RStudio #Rtutorial #RStats #DDS #DDSR
Переглядів: 94 339

Відео

How to download and install R and RStudio
Переглядів 138 тис.3 роки тому
We are guiding you step by step in downloading and installing R and RStudio! R download: cran.r-project.org/bin/windows/base/ RStudio download: rstudio.com/products/rstudio/download/ 🤔 Just getting started? ua-cam.com/video/BvKETZ6kr9Q/v-deo.html 🐌 Slow code? ua-cam.com/video/dhfM4xeHVHI/v-deo.html 🧮 Data science with dplyr? ua-cam.com/video/27zCOiIWwhE/v-deo.html #R #Rprogramming #RStudio #Rtu...
How to use SQL within R and some performance comparisons | R Programming
Переглядів 4,9 тис.4 роки тому
There can be advantages of calling SQL from R. This Rstats tutorial shows you how to make use of RSQLite, and we also benchmark performance to dplyr and datatable to see if there is any speed difference! Subscribe to learn more about R and how you can make your code faster. 💿 00:00 Introduction and dataset 01:15 Setting up RSQLite 02:21 Translating R code to SQL 03:28 Benchmarking SQL vs dplyr ...
Python vs R: some performance comparisons | R Programming
Переглядів 3,4 тис.4 роки тому
Calling Python from R is easy and is useful to access Python libraries. In this RStats tutorial, we show you how to set up a Python session within R and some tips for translating your code. We will also run similar algorithms in Python and R to see how they compare for speed! Subscribe to learn more about R and how you can make your code faster. 🐍 00:00 Introduction and dataset 01:45 1st approa...
Can Julia really make your R code faster?! | R Programming
Переглядів 4,6 тис.4 роки тому
The fastest Julia algorithm was 30,249 times faster than the worst R! Check out how the others approaches compare! Calling other languages in your R programming code is easy. In this tutorial, we made use of Julia programming language directly in R to see if it could accelerate our code. We contrast 5 different algorithms and talk about when you should (or should not!) use them. Subscribe to le...
Make your R code 18,878 times faster! (Abridged) | R Programming
Переглядів 6 тис.4 роки тому
Walkthrough on achieving this! Optimizing your code for performance can mean waiting a few minutes instead of days for your code to run. For loops, dataframes, lists, linear algebra, dplyr package and datatable package are all compared. In the abridged version of this RStats tutorial, we conceptually compare and give you tricks for the different approaches. Check out the channel for the unabrid...
Make your R code 18,878 times faster! (Unabridged) | R Programming
Переглядів 3,6 тис.4 роки тому
We show you exactly how we achieved this! Optimizing your code for performance can mean waiting a few minutes instead of days for your code to run. For loops, dataframes, lists, linear algebra, dplyr package and datatable package are all compared. In this detailed version of the tutorial, we will manipulate the same data in 6 different ways and demonstrate how and why these algorithms differ so...
Welcome to Dynamic Data Script!
Переглядів 8 тис.4 роки тому
At Dynamic Data Script, we want to make programming accessible to everybody! Starting with the well-known dplyr package, we dedicate this channel to everything R Programming. Subscribe for new videos that can teach you something new or tickle your curiosity! Let us know in the comments what you would like to learn about next! DDS R performance playlist 🏎️ ua-cam.com/play/PLyogaPCPr32UaTp-9Fsj4t...
dplyr intro | Data manipulation in R
Переглядів 9 тис.4 роки тому
A complete conceptual overview of the dplyr package! Why do we use dplyr? What is the tidyverse? How to learn how to use the dplyr package? What are select, filter, mutate, arrange, summarise and group_by? How and when to use these functions? How can they be used in conjunction? What is the pipe operator and how to use it? Plus, resources for tutorials and cheatsheets! This tutorial introduces ...
dplyr tutorial | A quick guide to using dplyr in the wild
Переглядів 12 тис.4 роки тому
Learn dplyr by example with lions! This dplyr tutorial gives you a complete workflow of data wrangling using the R programming package dplyr. Great starting course for beginners to understand the basics! We go over and integrate the 6 verbs: group_by, arrange, filter, select, mutate and summarize. Dplyr is an essential tool in RStats for data science! Ask us questions in the comments and subscr...
dplyr::arrange() | How to use dplyr arrange function | R Programming
Переглядів 5 тис.4 роки тому
This R programming tutorial gives you a small course on the basics of the arrange function from the dplyr package including how to arrange by a single variable, how to arrange by several variables and how to integrate arrange with the group by function (group_by) from the same package. Dplyr is an essential tool in RStats for data science! Subscribe for more like this! 🏎️ R performance playlist...
dplyr::summarize() | How to use dplyr summarise function | R Programming
Переглядів 11 тис.4 роки тому
This R programming tutorial gives you a small course on the basics of the summarise function from the dplyr package including how to summarise a single variable, how to summarise several variables at once and how to integrate summarise with the group by function (group_by) from the same package. Here, summarize() and summarise() are synonyms; you can use either! Dplyr is an essential tool in RS...
dplyr::mutate() | How to use dplyr mutate function | R Programming
Переглядів 13 тис.4 роки тому
In this R programming tutorial, we give you a small course on the basics of the mutate function from the dplyr package. We cover adding a single column, adding multiple columns and its use in conjunction with the group by function (group_by) from the same package. Dplyr is an essential tool in RStats for data science! Stay tuned for more like this! #R #dplyr #Rtutorial #Rprogramming #tidyverse ...
dplyr::group_by() | How to use dplyr group by function | R Programming
Переглядів 43 тис.4 роки тому
In this R programming tutorial, we give you a small course on the basics of the group_by function from the dplyr package. We cover simple grouping, grouping by condition, how to group by multiple columns and ungrouping (ungroup). Dplyr is an essential tool in RStats for data science! Stay tuned for more like this! 🏎️ R performance playlist ua-cam.com/play/PLyogaPCPr32UaTp-9Fsj4tb_aIcAQ3jKb.html...
dplyr::filter() | How to use dplyr filter function | R Programming
Переглядів 7 тис.4 роки тому
In this R programming tutorial, we give you a small course on the basics of the filter function of the dplyr package. Dplyr is an essential tool in RStats for data science! Like the video for more like this! 🏎️ R performance playlist ua-cam.com/play/PLyogaPCPr32UaTp-9Fsj4tb_aIcAQ3jKb.html 🧮 dplyr playlist ua-cam.com/play/PLyogaPCPr32W9wbszOANRJiAvUbbymcCS.html #R #dplyr #Rtutorial #Rprogramming...
dplyr::select() | How to use dplyr select function | R Programming
Переглядів 8 тис.4 роки тому
dplyr::select() | How to use dplyr select function | R Programming
R Programming for Beginners | Complete Tutorial | R & RStudio
Переглядів 706 тис.4 роки тому
R Programming for Beginners | Complete Tutorial | R & RStudio

КОМЕНТАРІ

  • @Mjavedankhan
    @Mjavedankhan Місяць тому

    i really didn't understand it, hhh, That's because I'm a begginer, not your fault,,

  • @TheUltraKekster
    @TheUltraKekster Місяць тому

    R is not beginner friendly. The error codes don't make sense. You'd need a damn book for this.

  • @Sharon174
    @Sharon174 Місяць тому

    Thank you so much

  • @user-tr4mx6mm9l
    @user-tr4mx6mm9l 2 місяці тому

    Thank you! : ))

  • @user-nw4eb9st4q
    @user-nw4eb9st4q 2 місяці тому

    I loved the last part of the video ❤

  • @user-wt1sg9mh1z
    @user-wt1sg9mh1z 3 місяці тому

    Best teacher for R. I have gone from video to video not understanding anything, and the explanations in this video make my life so much easier because now I understand where things are coming from. Thank, you, thank you, thank you.

  • @kathleenfleming4643
    @kathleenfleming4643 3 місяці тому

    Thank you so much for your very detailed, easy-to-understand tutorial. It's highly appreciated!

  • @thinkandquestion1305
    @thinkandquestion1305 4 місяці тому

    Change the background color

  • @Anonymous-md8jp
    @Anonymous-md8jp 4 місяці тому

    Dream from wish...

  • @redcat7467
    @redcat7467 5 місяців тому

    I really like tghis so far.

  • @simeneide
    @simeneide 5 місяців тому

    Thank you!

  • @ehAI8
    @ehAI8 5 місяців тому

    🎯 Key Takeaways for quick navigation: 00:00 📊 *Introduction to uploading Excel data into R* 00:15 📑 *Using Open Spreadsheet for universal accessibility* 00:28 🧹 *Importance of cleaning up the spreadsheet before uploading* 00:55 💾 *Saving the file in a simple text format, preferably CSV* 01:25 ⚠️ *Reminder about losing functionalities when saving in CSV format* 02:09 🔄 *Switching between CSV and XLSX formats for different purposes* 02:39 🖥️ *Opening the saved CSV in R- **02:52** 🗂️ Understanding the CSV format in RStudio* 03:05 📁 *Locating and specifying the file path in R* 03:33 🔙 *Handling backslashes in file paths for Windows in R* 04:13 📊 *Reading and displaying the data from CSV in R* 04:29 🔄 *Converting the CSV data into a data frame in R* 04:54 🛠️ *Adjusting CSV reading options like header and separators in R* 05:50 🧬 *Understanding the 'strings as factors' parameter in R* 06:17 📈 *Behavior of strings in different versions of R* Made with HARPA AI

  • @tamicul
    @tamicul 5 місяців тому

    Thank you for your carefully recorded video. Please, what software did you use for this production?

  • @franciscoromogaray3076
    @franciscoromogaray3076 6 місяців тому

    Banger mi güero. Sencillito

  • @limumbapatrice2643
    @limumbapatrice2643 6 місяців тому

    Thank you G. I was really stuck in the Google analytics certification

  • @eg8732
    @eg8732 7 місяців тому

    Wonderfull vlass, I understand tour english Daily, my english is not Google Thanks I enjoy York class.!!😂🎉🇦🇷🦋

  • @alejandroortiz3803
    @alejandroortiz3803 7 місяців тому

    I was struggling with the library error, thanks a lot <3

  • @tsegawgedebo7284
    @tsegawgedebo7284 8 місяців тому

    A nice tutor. Thank you.

  • @mariatd0
    @mariatd0 8 місяців тому

    whenever I try to copy and paste the path file into read_excel, i get an "error: `path` does not exist". Does anyone know why this happens??

  • @thomaskosvic6103
    @thomaskosvic6103 8 місяців тому

    The help is not of real help unless you know the exact right name of what you are looking up. Per his example of "abs" , unless you know that phrase you can't effectively look it up. There's a hundred alternative of "abs" that could have been used by the namers for that function.. If you already know "abs" chances are you already know what it does and don't need to look it up. The is same problem with linux "man" pages, I.e., unless you know exactly what you are looking for you can't look it up.

  • @LidiyaStrelkova
    @LidiyaStrelkova 8 місяців тому

    Many of my friends like to watching your videos Even the guys who not in trading theme)

  • @ahmed007Jaber
    @ahmed007Jaber 9 місяців тому

    Thank u for this Managed to find away to accurately load xlsb files in r?

  • @ikennanonso1368
    @ikennanonso1368 10 місяців тому

    You guys are after my life 🥵🥵🥵🥵🥵🥵🥵🥵🥵🥵🥵🥵

  • @Mel-qn6mq
    @Mel-qn6mq 10 місяців тому

    Why do we need to download R when we download rstudio? I thought rstudio already includes its own copy of R in it.

  • @juandavidmorenomonroy2793
    @juandavidmorenomonroy2793 10 місяців тому

    Thanks! You are the best you make me pass the univercity, hi from colombia

  • @christopherberggren6124
    @christopherberggren6124 11 місяців тому

    Newbie here - have been attempting to import spreadsheets into R Studio using the read.csv function (I right-click to get the file path, copy and paste, convert the single back-slash to a double, and STILL getting error message. I've tried different methods too, like making sure to install and load tidyverse and here, then starting the read.csv function with a DF <- or d <-. Any thoughts would be appreciated.

  • @laraibahmed316
    @laraibahmed316 11 місяців тому

    hello, I've just started to learn R . But I am facing an issue. I am unabe to open it after downloading it . Everytime I try to open it they say that this is not a microsoft verified app . Please help me so that I can start learning this.

  • @nguyennhatlong7773
    @nguyennhatlong7773 11 місяців тому

    omg thank you alot

  • @kennyjames9254
    @kennyjames9254 11 місяців тому

    Thanks for the video, it was seamless installing it.

  • @jallahkennedy8298
    @jallahkennedy8298 11 місяців тому

    Thanks so much for making it quite easy to walk through.

  • @Charles-xs5zz
    @Charles-xs5zz 11 місяців тому

    This is not for beginners

  • @ACM1Ptardo
    @ACM1Ptardo 11 місяців тому

    Muy bonito, no entendí un carajo del lenguaje, pero con lo que vi en pantalla, aprendí demasiado. Muchas gracias joven blanco angloparlate. Su clase fue muy enriquecedora. Le dejo un me gusta y estoy pensando en suscribirme muy seriamente.

  • @justiceyevugah8411
    @justiceyevugah8411 Рік тому

    Super intro. Thanks

  • @solomonkhaluhi4426
    @solomonkhaluhi4426 Рік тому

    Good Tutorial. 1 question though...the variables are not being displayed in my Global Environment...What could be the issue? Is there a difference btw pressing 'Enter' or 'Ctrl Enter' after an assignment?

  • @ChillTimeBuddy
    @ChillTimeBuddy Рік тому

    Thank you. Here is a similar video from UA-cam at ua-cam.com/video/1msaYAElhW8/v-deo.html

  • @AsdZx-uy1vr
    @AsdZx-uy1vr Рік тому

    ជំរាបសួរ 0:37 0:38

  • @arunamalla1705
    @arunamalla1705 Рік тому

    You are awesome 😊 thanks for giving practical tips in optimizing R code

  • @viniciusramos54
    @viniciusramos54 Рік тому

    Finally! I was looking exactly for an introduction to basic R features and all I found before reaching to this video was complex data science and statistical programming. Thank buddy, keep going!

  • @kavitdodhia5275
    @kavitdodhia5275 Рік тому

    Great video

  • @zubeirje
    @zubeirje Рік тому

    Thanks! Clear and concise. New subscriber.

  • @alexanderkozlov1704
    @alexanderkozlov1704 Рік тому

    What is the name if this theme and how can I download it? it is very nice I like how if there's a mistake in the code it shows a little red cross next to the code

  • @hoquocnam4232
    @hoquocnam4232 Рік тому

    Thanks man, it helps alot

  • @a2cg2ogle
    @a2cg2ogle Рік тому

    btw julia does not use c implementations for any operations

  • @olayinkamariam4866
    @olayinkamariam4866 Рік тому

    thank you so much ! i really enjoyed your guide

  • @jeffreyogochukwu762
    @jeffreyogochukwu762 Рік тому

    Wow! Just wow. This was a great place to start my programming journey 📌

  • @sia_ibk
    @sia_ibk Рік тому

    Mine asks for a registration key

  • @codeworksarena
    @codeworksarena Рік тому

    thank you. Using mutate function, how can compute many numeric rows without using plus sign

  • @jackolson7071
    @jackolson7071 Рік тому

    what if I have multiple sheets? It says I can't save excel file as csv with multiple sheets

  • @Steve-zw1yh
    @Steve-zw1yh Рік тому

    thank you for help . i was watched a few video before and just your video help me and feel better figure out .thanks for help

  • @abdullahaalmutlaq5868
    @abdullahaalmutlaq5868 Рік тому

    Thank you so much