Monthly Archives: March 2019
group_by() %>% mutate() using pandas
While I have my issues with the tidyverse, one feature I am enamored with is the ability to assign values to observations in grouped data without aggregating the data. This assigning is done by using the mutate() command instead of summarize(). I am in the middle of some data processing in a Python pipeline where I […]
Multiple nohup.out Files
This entry is a reminder for myself more than anything, as it documents a very popular SO answer that is one of the first returns from Google when searching “nohup multiple out files”. nohup.out is a file created automatically when you use type “nohup” in a bash terminal. (“nohup” is short for “no hangup”, which […]
Recent Comments