command line data analysis

Just the urls, ma'am.
Post Reply
Jonathan
Grand Pooh-Bah
Posts: 6722
Joined: Tue Sep 19, 2006 8:45 pm
Location: Portland, OR
Contact:

command line data analysis

Post by Jonathan »

http://en.wikibooks.org/wiki/Ad_Hoc_Dat ... mmand_Line

I always forget about cut and uniq. I've never used join.

I ought to pick up R, too.

quantus
Tenth Dan Procrastinator
Posts: 4891
Joined: Fri Jul 18, 2003 3:09 am
Location: San Jose, CA

Re: command line data analysis

Post by quantus »

I used to use perl'ish version of these at my previous job when I was doing a LOT of table manipulation. It had nice support for automatically using table headers to allow operations to be done by one or more column names, like query, join, sort, uniq and union (outer join). This allowed us to not care about column order although you could use shorthand and do joins and uniqs on the first column if none were specified. Now, I mostly do perl with -ne or -pe to do stuff since the files/data are much less structured. Command line Perl is a must for everyone, even my wife!
Have you clicked today? Check status, then: People, Jobs or Roads

Post Reply