代码之家  ›  专栏  ›  技术社区  ›  Alex F

熊猫。tseries。工具。Python3不推荐使用normalize_date,但我找不到转换?

  •  0
  • Alex F  · 技术社区  · 6 年前

    我在Windows 10上运行Miniconda 3.6.6。我正在运行以下命令并得到以下错误

    C:\Users>python
    Python 3.6.6 |Anaconda, Inc.| (default, Jun 28 2018, 11:27:44) [MSC v.1900 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from pandas.tseries.tools import normalize_date
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ModuleNotFoundError: No module named 'pandas.tseries.tools'
    

    我已经在网上查过了,但似乎没有任何转换文档 pandas.tseries.tools 对于Python 3。有人能为我提供用于Python 3的更新代码吗?

    我已经试过了 from pandas.tslib import normalize_date 但是 normalize_date 无法识别。

    0 回复  |  直到 6 年前