Viewing profile — aks_c
aks_c
HN member- Joined
- Tue, Aug 26, 2014, 11:06 PM UTC
- HN karma
- 278
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About aks_c
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #8234640
Consider I get 10 files of size 3 GB every week, which I am supposed to filter based on certain column using a reference index and forward to my colleague. Before filtering I also …
-
comment
Comment #8233100
When you have to deal with (genetic data) files of few GB on daily basis, I dont think using Python, R or databases is good idea to do basic data exploring. -rwxr-x--- 1 2959452800…
-
comment
Comment #8232323
Thank you for inputs, how about this? uniq -u movies.csv > temp.csv temp.csv > movie.csv rm temp.csv
- story