Block a user
refactor/code-style-standardization
many problems here, enums, constants, no usage of pandas inline operations, etc.
refactor/code-style-standardization
write a bit better test for this, more constants, more default values. Now super cryptic.
refactor/code-style-standardization
Very bad quality of code. Some good fixes, really, it was much worse. But still long way to go.
refactor/code-style-standardization
is it a goodpattersn thoug'h, maybe we can formalise the dispatching scheme better?
refactor/code-style-standardization
All the operations like this should be decopupled, the variabels inside should be named properly, the keys in the dicts should be explicit and moved to constants. Along all places.