I'm working with streamlit and EEG data. So I'm using mne library to process the edf files.
The thing is that to visualize into streamlit I would like to convert my data.info into a pandas dataframe.
type(data.info) ---> <class 'mne.io.meas_info.Info'>
Anyone knows how can I do this? Thanks!