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
In the requirements we have pandas version >=0.24.0, however some code in Designer class (actually pivot_table method) crashes when pandas version is less than 1.3.0.
This is needed to be fixed, and can be done in two ways:
Upgrade pandas version in requirements and check that everything is okay
Rewrite code for pivot_table() and leave the appropriate version of the dependency as the older one
In the requirements we have
pandas
version >=0.24.0
, however some code inDesigner
class (actuallypivot_table
method) crashes whenpandas
version is less than1.3.0
.This is needed to be fixed, and can be done in two ways:
pandas
version in requirements and check that everything is okaypivot_table()
and leave the appropriate version of the dependency as the older oneShort error snippet
The text was updated successfully, but these errors were encountered: