I come across many great libraries every day, but unfortunately most of them are not well suited for enterprise or medical projects, because they lack the possibility for proper interface definitions or the ussage of refactoring capabilities of your IDE.
This is especially true if it comes to libraries in the data science area. Just remember your last df['my_feature'] = df['my_feature'] * 2
😉 And unfortunately, exactly these libraries are also the ones that are written for super fast computations.
Well it seems that we have the choice between the super fast not typed option and a bunch of slow crappy other implementations...
Hard life... 😥