You are not logged in.

#1 2016-05-30 17:58:48

dockland
Member
From: Sweden
Registered: 2015-06-06
Posts: 861

[SOLVED] Software to handle l o t s of data (reports *.CSV)

At work I use Excel 2016 64-bit getting and managing reports from our service desk. The amount of data is huge. Hundreds of thousands fields, approx 60 columns * 8000 rows a month with different amount of data and information.
The export file is *.csv or *.xls and I tried to use Libreoffice 5 to handle it. It constantly crashes trying to do some pivot tables based on the information.

Is there any other application that can handle huge amount of data in a simple quick way to get the statistics? With bars, and easy to get explanational summaries out in a readable bars or graphs?  I need to run this report once a month and i can offer one hour to get it "understandable" to our management.

Last edited by dockland (2016-05-30 19:44:01)


I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.

Offline

#2 2016-05-30 19:05:22

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,356

Re: [SOLVED] Software to handle l o t s of data (reports *.CSV)

If libreoffice and gnumeric can't handle it you could either try to roll your own solution (assembly required) with python and pandas for example, or consider a cloud solution (office 365 or google sheets).


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2016-05-30 19:27:59

dcdriving
Member
From: United Kingdom
Registered: 2015-01-20
Posts: 70

Re: [SOLVED] Software to handle l o t s of data (reports *.CSV)

I'm sure libreoffice base should handle that amount of data but importing it would mean copying and pasting which might cause a problem too.  The other way around it would be to open the .csv file in calc, save it as a dbase file and then open the dbase file in base.  This would then directly edit the dbase file I think?  This would also then allow you to manipulate the data as a table with sql and perhaps break it down a bit to export more manageable chunks to individual calc sheets for graphs.  You would need to ensure that the first row of the csv file contained row headings though.

Offline

#4 2016-05-30 19:32:58

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,524
Website

Re: [SOLVED] Software to handle l o t s of data (reports *.CSV)

8000 rows by ~60 columns doesn't even get remotely close to "big data".  But that said, anyone who does work with "big data" wouldn't dream of opening it in excel.  I do agree with the above, that data of this size should be manageable in excel or LO's spreadsheet thingy ... but if you want something efficient, Use R.

And if you want to automate nice report generation, use Sweave (R + latex).

For simple descriptive plots and/or bar graphs, this might be a dozen or so lines of R code.  With a Sweave document you'd basically hit "go" once a month and your new report would be regenerated in seconds.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#5 2016-05-30 19:43:37

dockland
Member
From: Sweden
Registered: 2015-06-06
Posts: 861

Re: [SOLVED] Software to handle l o t s of data (reports *.CSV)

Trilby wrote:

8000 rows by ~60 columns doesn't even get remotely close to "big data".  But that said, anyone who does work with "big data" wouldn't dream of opening it in excel.  I do agree with the above, that data of this size should be manageable in excel or LO's spreadsheet thingy ... but if you want something efficient, Use R.

And if you want to automate nice report generation, use Sweave (R + latex).

For simple descriptive plots and/or bar graphs, this might be a dozen or so lines of R code.  With a Sweave document you'd basically hit "go" once a month and your new report would be regenerated in seconds.

Thank you all. I know it's not "big" data, but for me it is smile Thanks all. Will try Sweave (and try out Google Fusiontables aswell.


I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.
I use it to look at funny pictures of cats and to argue with strangers.

Offline

Board footer

Powered by FluxBB