R Programming Tutorial - 15 - How to Read CSV Files

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you!!!! My professor doesn’t provide the best information to complete our assignments and I’ve been struggling for hours but you made this simple to figure out in 3 minutes

BlueNovaBeats
Автор

This video really helped me out a lot. I was confused, even in determining my working directory. Thank you!!

mackwhite
Автор

This may be a silly question- how do I know what I need to type in the top left box for R to run? Sorry this is my first R tutorial and I am completely lost.

wenyichu
Автор

Thanks a ton for these tutorials, you make learning programming simple and approachable :)

blakestarling
Автор

Can't wait for the next one ! Awesome series bucky

TheFluffyOtter
Автор

Thanks Bucky!!
This is a new program for me and your tutorials really help me!!
Keep it up!!

daanburgering
Автор

Hey Bucky, I'm a new subscriber and I just want to tell you that I appreciate this tutorial. I have managed to get my brother who is a scientist in the field of biology to watch the first few episodes. Most scientists suck at programming and statistics so keep this up and we might be able to contribute to something bigger... like a non-sucky scientist :)

oathwine
Автор

Hi Sr. Thank you so much.
But if I have this error, what I should do ?

Error in read.table(file = file, header = header, sep = sep, quote = quote, :

more columns than column names


I'm in trouble to read csv file



Thanks so much!

Robson-dhun
Автор

This Video really helped me do my project. Thanks!!

laxithirani
Автор

Still relevant.

As a newbie I'm blown away by this stuff haha

WtFGankalot
Автор

Thanks alot this my first time using the Rstudio and your videos are really helpful.

atangakalunga
Автор

Thanks for all your help. This was a great video

davecreighton
Автор

Couple notes
1. Excel files have multiple pages, but CSV files may only have 1
2. The CSV must be formatted such that only a header and columns of homogeneous values are present (he alluded to this already by saying it will be read as a data frame rather than generally as a list)
3. The data frame and CSV will not save formulaic data from an Excel file, but rather just the final numerical output of those formulae to each cell
4. Obviously, it also doesn't save any aesthetic changes to the cells or font, so a lot of data may be lost in this transfer if the original file is Excel
5. CSVs cells also are not able to refer to cells from other files; they're kind of dumb in general.

oralboytoy
Автор

Bucky, what if the csv sits behind a login and password, say SmartSheets? How can this be done? Thank you

michaelburton
Автор

First time with R going through your videos. How do you all remember all these commands and stuff?

bruceb
Автор

hey man just wanted to share my gratitude!

edGoldi
Автор

Really thanks to u man, I love your explanation, the way of teaching. You know one thing, because of you I did improve two things, 1) Rstdio and 2) you very much for your explanation and at the end I suggested your CHANNEL to my closest friends and one thing, I heard the name BUCKY in captain america...😇

simplyanup
Автор

It is also possible to just write F/T instead of FALSE/TRUE and everything will be the same. Plus you can use read.table function that can also make the same data.frame and I hope you will show attach function next time (just a small hints)

I really love your tuts and I hope I will learn much more from your vids. You are making this world better! :)

asqn
Автор

I have successfully loaded a csv file (downloaded as csv from an excel sheet). However, while reading the file, it shows many metadata such as font style, font style etc in the R console.

Why is this? Can anyone help me?

ugyennorbu
Автор

the getwd doesnt even work for me it says function then internal getwd, I hate this thing

michaelguzman