I have a data frame looks like this, with a array of binary data nested inside the pressTime column (column 8).
My goal is to access this array data and plot it as a function of time. (example)
Currently, I don't know how to extract/access the array data in that column. Any suggestions on data pre-processing or packages for plotting would be much appreciated.
Many thanks,
QN