Skip to main content
1 vote
2 answers
74 views

I am trying to download a .csv file from a Public Open Science Framework (OSF) project through my script on GitHub. I do not want to download a local copy. I've tried using two different options for ...
tnt's user avatar
  • 1,539
1 vote
3 answers
356 views

I have difficulties reading in a csv file due to how the columns are "encoded". The file uses comma as a delimiter. However, some numbers are decimals/percentages like 58,29% (also using a ...
deschen's user avatar
  • 11.6k
0 votes
1 answer
86 views

I'm trying to import a dataframe where there are a household-ID (not unique) and an individual-ID (unique). The dataframe is in .csv file and is untouched from the time I downloaded it. The unique ...
Val's user avatar
  • 99
0 votes
1 answer
66 views

I have uploaded a csv I created. This dataset is visible in Kaggle under "My datasets" - I can open and inspect it. I have tried various ways of linking a dataset to my notebook. clicking ...
Heike Vau's user avatar
0 votes
3 answers
155 views

In a folder (path = "D:/DataLogs/), I have several subfolders. Inside these subfolders, I would like to retrieve all the csv starting only with "QCLog" and merge them (rbind) into a ...
denis's user avatar
  • 1,248
1 vote
1 answer
154 views

I have a myfile.csv file below whose columns are separated by a pipe (|) and I want to use R to split the file into 2 csv files with equal number of rows and with each csv file retaining the header ...
GKC's user avatar
  • 479
2 votes
1 answer
482 views

Why doesn't read.csv() interpret the blank cells in the linked .csv file as NA? It seems to ignore them whether the columns in the data frame are "character" or "factor" type. Data:...
Peter Miksza's user avatar
0 votes
0 answers
53 views

I import, clean, and merge two different data sets that are created from Qualtrics surveys. I use read.csv to load the data, and I have strip.white=TRUE to remove leading and trailing spaces. If I ...
Cam McM's user avatar
0 votes
0 answers
103 views

Im running into an issue with my R script, where read.csv fails to read a csv from a file path. Essentially the goal of my script is to build a file path based on the step variable input. My issue is ...
Felix Chan's user avatar
1 vote
1 answer
293 views

Here is the format of my data, imported from a CSV. print(donnees_ventes3$V8[1:10]) [1] "0,00000" "0,00000" "0,00000" "0,00000" "0,00000&...
Felixbacon's user avatar
-1 votes
1 answer
197 views

I'm going to analyse (some exploratory analysis and I'm new to this subject) large networks in R. So I have a FLICKR data set in hand. FLICKR DATA If you see the data set, it consists of 4 different ...
Cantor_Set's user avatar
0 votes
0 answers
168 views

I have a problem with loading csv files from excel in R. I am saving data (looks like this for example: Patient Protein 1 Protein 2 Protein 3 P1 1.2 4.5 0 P2 4.0 6.2 0 P3 5.2 84.2 0.1 P4 30.1 79.2 52....
Maciej's user avatar
  • 41
1 vote
1 answer
121 views

I try to read this CSV file: There are 3 columns in this file. when I read it in R by read.csv("file.csv") I get: It read just 2 columns instead of 3 columns and did some mixed between ...
nls1200's user avatar
  • 75
0 votes
0 answers
80 views

I have one csv that contains 2 columns, one is weekly dates and the other one is daily dates for each day of every week. In another csv I have weekly data and I want to make a copy of the csv, with ...
PaulaCervilla's user avatar
0 votes
1 answer
596 views

I am trying to import a .csv file into R studio cloud using this code data<-read.csv("C:/Users/piyus/Downloads/202004-divvy-tripdata/202004-divvy-tripdata.csv") When executing this code ...
kartik trivedi's user avatar

15 30 50 per page
1
2 3 4 5
35