You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only 2 functionalities in ERPNext use pandas:
Sales funnel (which does JUST 1 transformation using pandas, this usage is seriously a crutch)
German tax reports (DATEV)
I am proposing to refactor and remove this dependency because:
It's a huge library (35+ MB) and comes with a lot of transitive dependencies.
It has caused many installation failures in past and most newbies can't figure out why. This has improved a lot in recent years as NumPy and Pandas packaging has improved, but still, this will always cause some mess IMO.
Cons:
It's actually quite expressive and useful in reports. It's just that not many seem to be using it.
Currently, only 2 functionalities in ERPNext use pandas:
I am proposing to refactor and remove this dependency because:
Cons:
TODO:
pandas
as dependency #30598The text was updated successfully, but these errors were encountered: