Replies: 1 comment 2 replies
-
Hy @asitkm76 first of all I do have to apologize for responding late! Thank you very much for your feedback, always welcome and very valuable. I hope I did understand your question correctly: You do have one fairly large XLSX file with data for multiple homes for a specific study and would like to process all of them in one go. The package allows to do so. We might update the vignettes/articles and make this feature more obvious. HintsIf you have a look at the data set used in Prepare data from XLSX (check sheet How it worksWhen calling the function
The first argument (the
... which read as "calculate the statistics for The last defines how to group the data. Thus, if you have multiple studies and/or homes and/or rooms, the function will group your data accordingly and calculate the statistics based on it. Short answer: The package can even process multiple studies with multiple homes with, in itself, multiple homes all at once. Implications - Massive data setsYo mentioned The output format (should) allows to always assign every measurements statistics to a specific user, study, home, room, and variable (e.g., T, CO2, ...) and should thus be unique. All best and thanks once more for your response (and sorry for the inconvenience of my late response). Reto |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Apologies, I am 24 hours late on the feedback timeline.
Thanks to Reto for the very helpful and comprehensive videos. Thanks to Gabriel for organizing and putting things together.
I actually had fun trying the package out. I first used the demo data and then used some T and RH data we have forma previous study. This is a reasonably large dataset, 300,000 rows. I did not face any issues with the code.
I have one suggestion.
If I understand correctly, the idea is to run the data from individual homes through the stats extraction process and then if we have multiple homes from a single study, we append the data to the final write-up Excel file. Do correct me if I am wrong here.
I was wondering, could it be an easy modification for the package to be able to deal with a file which has data from multiple homes together? The scenario would be studies that have already been carried out and for which we have the data of all homes together, as one csv file (or on one sheet of an Excel file). Could the package deal with this situation where each home is denoted using a Column that may be called "HomeID"?
This is not really a necessity. The existing functionalities are great. Just suggesting if this might be worth considering for existing/old data sets.
Thanks,
asit
Beta Was this translation helpful? Give feedback.
All reactions