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
This is because the VisibleDeprecationWarning attribute has been removed from the main namespace since numpy 2.0.
As whentheworldfallsapart said, downgrading the numpy version is the fastest solution.
However, ultimately, it seems necessary to patch np.VisibleDeprecationWarning to np.exceptions.VisibleDeprecationWarning in graph_numeric.py:71 and 74.
When I try to analyze a dataframe I get the following exception:
Is there any way to workaround this bug?
The text was updated successfully, but these errors were encountered: