Pandas -Version vom Python -Skript

import pandas as pd

print(pd.__version__)
# 0.22.0
Lovely Lyrebird