简体   繁体   English

如何知道我使用的是哪个版本的 pandas-profiling?

[英]How to know which version of pandas-profiling I'm using?

I'm using google colab for programming.我正在使用google colab进行编程。 I just wanted to know which version of the pandas_profiling package I'm using.我只是想知道我使用的是哪个版本的 pandas_profiling package。

I tried with the below options.我尝试了以下选项。 None of them worked.他们都没有工作。

  1. pandas_profiling.__version__
  2. pandas_profiling.version__version__
  3. pandas.show_versions()

I just want to let you know, I'm using pandas 1.0.3 version.我只是想让你知道,我使用的是 pandas 1.0.3版本。

Can someone please help me with this?有人可以帮我吗?

can you try to run the following from colab to see if it works?您可以尝试从 colab 运行以下命令以查看它是否有效?

!pip freeze |grep pandas-profiling

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM