Does Hamilton support datasets that are split across multiple files, specifically non-tabular data? #1195
Unanswered
mtillman14
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Thanks for the questions @mtillman14 . In short Hamilton is data type agnostic. So I'm sure there's a way to get what you want. But to help you some questions:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a Ph.D. student in biomechanics doing lots of data analysis. My datasets consist of data from multiple Subjects that each have multiple Trials. Each Trial's binary data file lives in the
Subject/Trial
folder. Unlike tabular data where a column (a variable) is often processed all at once (from one or multiple CSV files), which seems to be how Hamilton functions (couldn't find this in the docs) in my dataset that is not possible. In my dataset, each "row" is one Trial, which contains multiple timeseries variables (for example, gait speed over time, or even multiple timeseries such as multiple force sensors' readings over time). Therefore each Trial must be processed separately.Is this structure of dataset & analysis supported by Hamilton? This is such a cool tool and I really hope to be able to use it.
Beta Was this translation helpful? Give feedback.
All reactions