I
I
Ilya2015-02-19 15:34:53
infographics
Ilya, 2015-02-19 15:34:53

Building convenient graphs based on csv data, what to do?

Now many self-written server utilities have accumulated, which put files with simple statistics into csv and txt folders. The most common format is like this:
1424348703;109;32;0;19
These are respectively: the date, how many records were added, of them with the specified d.r., of them with the specified contacts, etc.
I build charts as needed in Excel, by hand.
Are there ready-made programs for building multiple graphs from various inputs? CSV in question for example. You can switch to other formats and standards.
There are a lot of statistics, and different ones. I would like such a monitor of many charts with captions.
Point your search in the right direction.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Saboteur, 2015-02-19
@Gorily

what can you work on?
I would make simple perl scripts, generate graphs via GD:graph, and watch through the browser.

A
Armenian Radio, 2015-02-19
@gbg

RRDTool is our everything.
Well, gnuplot, but it's more for scientific data.

X
xSkyFoXx, 2015-02-19
@xSkyFoXx

I use tableau desktop and gglot2 for the purposes you describe . For the second, however, you need to know R.
Although excel can read csv. :)

G
globuser, 2015-02-19
@globuzer

Languages ​​and tools: R, Python, STATISTICA, with included modules and required libraries, can do wonders for visualizing your data. By the way, Excel :)

R
Ranwise, 2015-02-19
@Ranwise

paid program Origin
for the web has a library d3.js

L
lPolar, 2015-04-08
@lPolar

As an option in python - pandas (we read .csv / data aggregation and other goodies) + bokeh (we draw in html).
Links:
pandas.pydata.org
bokeh.pydata.org/en/latest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question