Re: Data Profiling

2013-08-11 Thread Adrian Mowat
Looks like a great tool. Thanks for the link On 11 Aug 2013, at 02:13, Ignacio Thayer wrote: > Doesn't exactly fit the bill, but for doing this type of stuff at the repl, > we use babbage. > > ignacio > cto/co-founder ReadyForZero.com > > On Saturday, August 10, 2013 9:21:46 AM UTC-7, Adrian

Re: Data Profiling

2013-08-11 Thread Adrian Mowat
Hi Alex, I think I'll do that as a starter for 10, but most of my users don't know SQL so it's only going to get us so far Cheers Adrian On 10 Aug 2013, at 23:21, Alex Baranosky wrote: > You could possibly batch import it all into MySQL, and let people SQL query > over it. > > On Sat, Aug 1

Re: Data Profiling

2013-08-10 Thread Ignacio Thayer
Doesn't exactly fit the bill, but for doing this type of stuff at the repl, we use babbage . ignacio cto/co-founder ReadyForZero.com On Saturday, August 10, 2013 9:21:46 AM UTC-7, Adrian Mowat wrote: > > Hi, > > I have about 2.5 Gb of web transaction data

Re: Data Profiling

2013-08-10 Thread Alex Baranosky
You could possibly batch import it all into MySQL, and let people SQL query over it. On Sat, Aug 10, 2013 at 9:21 AM, Adrian Mowat wrote: > Hi, > > I have about 2.5 Gb of web transaction data (values submitted to forms > etc) held as CSV files that my fairly non-technical users want to analyse. >

Data Profiling

2013-08-10 Thread Adrian Mowat
Hi, I have about 2.5 Gb of web transaction data (values submitted to forms etc) held as CSV files that my fairly non-technical users want to analyse. I want to make it easy for them to run basic analytics - averages, distribution of values, percentage nil etc - across all or a subset of the f