Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a regular feed of data from our systems with following characteristics:

  • The data is in tabular format with around 20 columns and all of these columns are unrelated to each other, for e.g. there are many columns with time, place(country or city), packet size, errors, failures information.
  • the data is not real-time data but a close representation.
  • the results should be published at regular intervals like every week to start with.
  • the delivery of the system has to be done immediately so learning time is very small.

The ask is following, I should be able to draw inferences like,

  • data for place A is better than place B
  • data on Monday is better than Sunday
  • data at noon time PST is better than evening time PST.
  • or by any dimension the management might ask.
  • information like plotting of distribution curves, variance, percentile information etc.

I have done some study and figured out R/gnuplot is good for this job, but I won't have resources like time to setup and study that. is there any other quick and suggested ways to do the multi-dimensional analysis for tabular data.

share|improve this question
1  
Your question is pretty broad. "data for place A is better than pace B"? Hard to quantify and answer something like this. Can suggest this book though: Programming Collective Intelligence – ficuscr Feb 20 at 18:25
Voting to close as insufficiently structured for a coding forum. No operational definition of "better". Likely to elicit opinion rather than code. – DWin Feb 20 at 18:55
Can you post some of your rows, to see what it is about? – smartmeta Feb 20 at 19:08

closed as not a real question by DWin, mnel, Mac, Steven Penny, Fraser Feb 21 at 1:39

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You should have a look at QlikView!

It is a Business Intelligence tool where you can easy analyse your data. You can use a Windows Desktop version for free. (Later you can scale to multi server landscapes. Sure - not for free. ;-)

It is realy easy. They have some training viedos. Login (also for free) and view the first two lessons. That takes about 2h. Or you can find some youtube videos with similar content. I'm sure that you get what you need in on day.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.