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.