spamlab-iee / os

An open source, cross-platform structural geology analysis software
GNU General Public License v3.0
25 stars 5 forks source link

use Pandas for data organization #5

Open endarthur opened 6 years ago

endarthur commented 6 years ago

column name cleanup: https://medium.com/@chaimgluck1/working-with-pandas-fixing-messy-column-names-42a54a6659cd

Could use df.query(...) for data filtering, and the reading methods for better file support. Maybe.

endarthur commented 6 years ago

would probably make OS huge for a not that great gain, I'm affraid