Live data from Hacker News

Viewing profile — aks_c

aks_c

HN member
Joined
Tue, Aug 26, 2014, 11:06 PM UTC
HN karma
278
Public activity
7 items

About aks_c

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. 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 …

  5. 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…

  6. comment
    Comment #8232323

    Thank you for inputs, how about this? uniq -u movies.csv > temp.csv temp.csv > movie.csv rm temp.csv

  7. story