05-30-2020, 11:28 PM
I have also experiences the 65536 rows limit that is the limit of a .xls file.
I have done a .csv export and stored the file in iCloud. This results in
If I really wanted to visualize this data, I would try to get rid of some data by taking every n-th value. You need to add an appropriate time column then and could use your favorite tool.
My (mis)understanding has been that you would like to further analyze the raw data, by some own program or whatever…
I am currently at bit at loss. Please find attached the .phyphox source. You could unfortunately change the rate just to 8k minimum – and it is not necessarily respected by each OS. Then it is still too much data to fit in a .xls. :/
I have done a .csv export and stored the file in iCloud. This results in
Code:
$ wc Raw\ data\ SE.csv
720000 720002 11159818 Raw data SE.csv
If I really wanted to visualize this data, I would try to get rid of some data by taking every n-th value. You need to add an appropriate time column then and could use your favorite tool.
My (mis)understanding has been that you would like to further analyze the raw data, by some own program or whatever…
I am currently at bit at loss. Please find attached the .phyphox source. You could unfortunately change the rate just to 8k minimum – and it is not necessarily respected by each OS. Then it is still too much data to fit in a .xls. :/