yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
137 stars 59 forks source link

V2 Use pandas for keeping acquired data #40

Open yoelk opened 8 years ago

yoelk commented 8 years ago

pandas is a strong package for handling acquired data. It should be better (and fasted) to use it instead the current custom solution I came up with.