Re: LabPlot - Don't see indices of imported HDF5 file
Stefan Gerlach <[email protected]> Sun, 15 May 2022 09:11:55 +0200
| Newsgroups | gmane.comp.kde.education |
|---|---|
| Message-ID | <[email protected]> |
Hi Theodore, i'll answer you on [email protected] to limit the discussion to the interested audience. best, Stefan On 5/12/22 23:03, Shaw, Theodore wrote: > Hi all, > > I have some data that I gathered and packed into a pandas dataframe, then tried to export that to hdf5 to analyze in LabPlot. When I import my > file to a spreadsheet, I see the names and data of my dependent variables, but not of my independent variables (my indices in my dataframe). > Yet when I do pandas.read_hdf(), the index information seems to be present in the file. > > Probably I'm missing something obvious. Can someone please help me understand how to get this data imported? I've attached the file. > Specifically, it contains data from two experiments: a sweep of a voltage from -0.5 to 2.18 with resultant fit_fr and fit_rsq, and a > sc_server_power for each (voltage, fit_fr) point. My ideal would be to have one spreadsheet with voltage, fit_fr, and fit_rsq columns, and one > spreadsheet with voltage, fit_fr, sc_server_power columns. > > Thank you very much.