I have a weather station that connects to the internet. On the internet, I can get a csv file for each month. So I have around 40 csv files now, each one having around 4000 to 5000 lines.
I would like to import these csv files into libreoffice (calc or base), and create a visual display of some of the data (rain for now, which is one of the columns).
How would I go about this? I tried importing it into calc, but manually importing 40 files is cumbersome. Concatenating them into one file worked, I then have one big csv file (over 20MB) that imports fine. I can sort it, remove the duplicate header lines. Ok, that works.
Create a chart with selecting only the two columns “date” and “rain” works as well. But the display is crammed, and libreoffice takes over 6.5 GB of memory and gets really slow. Also the display doesn’t really look nice. If I choose a line, its ugly, if I choose columns, they turn out tiny and barely visible.
In base I had trouble importing the files, and then I don’t even know how to create a visual report. Is that even possible?