I have two sets of data in separated .h5 files (Hierarchical Data Format 5, HDF5), obtained with python scripts, and I would like to perform statistical analysis to find correlations between them. My experience here is limited; I don't know any R.
I would like to load the data into SPSS, but SPSS doesn't seem to support .h5. What would be the best way to go here? I can write everything to a .csv file, but I would loose the names of the variables. Is there a way to convert the data without loosing any information? And why doesn't SPSS support h5 anyway?
I am aware of the existence of the Rpy module. Do you think it is worthwhile to learn programming in R? Would this give me the same arsenal of methods as I have in SPSS?
Thank you for your input!