Data Preview v0.1 released
2015-08-24
Data Preview is a simple Python GUI program (using tkinter at present, maybe PyQt in the next version) to automatically convert the experimental data (just tsv format in this version) to graph by clicking the filename. A set of data files can also be simply merged together into a single data file with the selected data columns (i.e. variables). The data preprocess function has been proposed to be enhanced ...