CoExpNetViz / coexpnetviz-python

Internal coexpnetviz CLI used in Cytoscape app
GNU Lesser General Public License v3.0
1 stars 0 forks source link

pandas? #11

Closed timdiels closed 3 years ago

timdiels commented 3 years ago

In GitLab by @timdiels on Apr 3, 2019, 17:46

Pandas may be good for adhoc examing some data but I have doubts whether it works well inside a tool like this. It's a bit tricky to code at times, the error messages are usually a bit hard to understand (e.g. a non-empty take on axes?), is it even more performant? I wonder whether flat python + numpy wouldn't just yield simpler code that's easier to debug.

timdiels commented 3 years ago

In GitLab by @timdiels on Apr 5, 2019, 17:13

It offers many useful features that we use. Despite it being quirky at times, it does save time.

timdiels commented 3 years ago

In GitLab by @timdiels on Apr 5, 2019, 17:13

closed