nocturne protocol

280 posts

nocturne protocol banner
nocturne protocol

nocturne protocol

@vectorinversion

Wales Katılım Temmuz 2014
986 Takip Edilen204 Takipçiler
nocturne protocol
nocturne protocol@vectorinversion·
@lukefshaw datatable: > tic() ;x <- fread("stuff.csv") ;toc() 0.569 sec elapsed > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 352321 18.9 654548 35.0 654548 35.0 Vcells 143416782 1094.2 174806664 1333.7 143591916 1095.6
English
0
0
0
0
Luke Shaw
Luke Shaw@lukefshaw·
I'm about to start analysing a 1.1GB, 20 million row, data set in #rstats. When dealing with data that size or bigger before I've never worked in R memory but am about to for this project - any tips? #tidyverse ("don't do it" is an acceptable response...)
English
28
11
84
0
nocturne protocol
nocturne protocol@vectorinversion·
@lukefshaw dataframe: > tic() ;x <- read.csv("stuff.csv") ;toc() 116.381 sec elapsed
English
0
0
0
0
nocturne protocol
nocturne protocol@vectorinversion·
@lukefshaw > system("ls -alh stuff.csv") -rw-r--r-- 1 phil phil 1.5G Dec 6 13:55 stuff.csv > system("wc -l stuff.csv") 21658045 stuff.csv
Deutsch
0
0
0
0