Closed sjanssen2 closed 7 years ago
Hey, have you ever used pandas ? It is an extremely useful and powerful library that can handle tabular data really well and fast. Here is a good starter: http://pandas.pydata.org/pandas-docs/stable/10min.html
You could save a lot of manual fiddling with your file generation. Here is my suggestion in form of a pull request. Stefan
I'm also a fan of pandas. I used it also in AMBER. It really saves a lot of manual fiddling. Thanks @sjanssen2
Hey, have you ever used pandas ? It is an extremely useful and powerful library that can handle tabular data really well and fast. Here is a good starter: http://pandas.pydata.org/pandas-docs/stable/10min.html
You could save a lot of manual fiddling with your file generation. Here is my suggestion in form of a pull request. Stefan