You can quickly check the version of Pandas installed using this syntax:
import pandas as pd print(pd.__version__)
This is how the syntax would look like in Python:
Run the code, and you’ll get the version of Pandas. In my case, the version of Pandas installed is 1.0.3:
If you need to change the version of Pandas, you may refer to the following guide for the steps to change the Pandas version in Windows.