我目前正在重新使用python,从事一些轻量级的数据分析工作。我使用pandas_datareader来拉取数据,但我警告你 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
我正在制作一个GUI applet,它需要分析来自许多csv文件的数据(并更新它们)。from pandas import read_csv, to_csv # because all that I want from pandas are these twothings (for now)ImportError: cannot import n