Python and phyphox
From wikiluntti
Introduction
Phyphox XML and VIM
Activate the matchit.vim macro :runtime macros/matchit.vim
and set the filetype :set filetype=html
(or xml), and now % swaps between the tags.
The data is located in <data-containers>
blocks and <container>
tag contains the data of each measurements.
Load the data
The simplest
import pandas as pd
df = pd.read_xml( filename )
does not work if the XML file is too large.