Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
eval parse
@evalparse
Daddy. #julialang #rstats Python machine learning developer. Creator of #diskframe. Youtube: Data Science ZJ
Subscribe
Save as PDF
Dec 1, 2019
•
28 tweets
•
19 min read
25 days of disk.frame (1/25)
Use {disk.frame} for your larger-than-RAM data manipulation needs:
* no longer be limited by the amt of RAM
* be able to use familiar tools such as dplyr verbs and data.table syntax
See
diskframe.com
#rdiskframe
#diskframe
#rstats
25 days of
#diskframe
(2/25)
Have a large CSV? `csv_to_disk.frame` is your friend:
* if you CSV is too large, consider setting in_chunk_size = 1e6 to load chunk by chunk
* a vector of CSV files as 1st argument to read them all
* uses data.table::fread, so is fast!
#rdiskframe