ARTICLE AD BOX
I have a .sto file from OpenSim that I would like to convert to a .csv file for data processing. According to the website, the header for these files looks like this:
Coordinates nRows=153 nColumns=24 endheaderHow can I convert this file to a standard .csv file using pandas?
