Campbell-Muscle-Lab / PyMyoVent

PyMyoVent is computer code that simulates an idealized ventricle pumping blood around a single circulation.
http://Campbell-Muscle-Lab.github.io/PyMyoVent/index.html
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Saving data dumps to Excel seems slow #3

Closed kenatcampbellmusclelab closed 3 years ago

kenatcampbellmusclelab commented 5 years ago

Wondering if we use text files to store pandas data and xml file

kenatcampbellmusclelab commented 5 years ago

Consider writing to hdf5 files. Seems like we could store the data and a string for the xml file. Disadvantage is that it makes the file harder to inspect for most folks.