Python Forum
FutureWarning: pandas.util.testing is deprecated
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FutureWarning: pandas.util.testing is deprecated
#1
I am using anaconda3 windows10
I am coding main.ipynb using jupyter notebook
I wrote a function in 2.py which is in the same folder as the main.ipynb

when after I updated the 2.py and saved file, and trying run the code in main,
I find Jupiter not picking up the updated code 2.py file even I ran the code from the very top to bottom.
I have to restart the kernel for every single update in the 2.py

and showing me an error
Error:
FutureWarning: pandas.util.testing is deprecated. Use the functions in the public API at pandas.testing instead. from pandas.util.testing import assert_frame_equal
Does anyone know what can I do about this?
Reply


Messages In This Thread
FutureWarning: pandas.util.testing is deprecated - by buunaanaa - May-17-2020, 05:51 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries sawtooth500 14 1,195 Apr-24-2024, 01:42 AM
Last Post: sawtooth500
  FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries i sawtooth500 3 2,241 Mar-22-2024, 03:08 AM
Last Post: deanhystad
  Juypter Notebook_Library_keras.util. dackley27 0 1,193 Sep-28-2021, 06:21 PM
Last Post: dackley27
  Python 3.7.4 (FTPLib Deprecated). Now What? bmccollum 1 2,671 May-16-2020, 03:17 PM
Last Post: Larz60+
  Question about YAMLLoadWarning (PyYAML error / deprecated) UniKlixX 4 4,378 Sep-10-2019, 11:49 AM
Last Post: UniKlixX

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020