legend-exp / pygama

Python package for data processing and analysis
https://pygama.readthedocs.io
GNU General Public License v3.0
18 stars 56 forks source link

Store `FileDB`s to disk in LH5 #502

Open gipert opened 1 year ago

gipert commented 1 year ago

FileDB.to_disk() currently stores data through Pandas' HDF5 format. This prevents other non-Python software (e.g. Julia) from parsing it out of the box.