Replies: 1 comment 10 replies
-
|
QCoDeS is not designed for you to access the data directly using sqlite3. We expect you to use the QCoDeS api to load a dataset from the sqlite file and use the functions there to access the data. There are a number of functions to get the data as a dict of numpy arrays (get_parameter_data) or to pandas and xarray datasets. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am used to get data from databases directly with sqlite3.
However I cam across binary saved data and I failed to understand how to go from binary to numpy array.
Does anyone has an idea?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions