I'm using google colab for programming. I just wanted to know which version of the pandas_profiling package I'm using.
I tried with the below options. None of them worked.
pandas_profiling.__version__
pandas_profiling.version__version__
pandas.show_versions()
I just want to let you know, I'm using pandas 1.0.3
version.
Can someone please help me with this?
can you try to run the following from colab to see if it works?
!pip freeze |grep pandas-profiling