saving . . . saved Doubt on dataframe has been deleted. Doubt on dataframe has been hidden .
Doubt on dataframe
Title
Question
Dear sir/madam,
how to download moviesData.csv dataframe

Thankyou

R Plotting-Histograms-and-Pie-Chart 02-03 min 10-20 sec 30-04-20, 4:42 p.m. GeethaSadayan1972

Answers:

You can download this dataset from the Code files link of this tutorial. 
30-04-20, 4:44 p.m. sudhakarst


Download the the code file given in the code in (available with your slide).
place the moviesData.csv file in your working directory.

movies<- read.csv("moviesData.csv")

View(movies)

for python 3

library(readr)

movies<- read.csv("moviesData.csv")

View(movies)

for python 4

01-05-20, 4:10 p.m. angaiaruvi@gmail.com


Log-in to answer to this question.