Version pandas du script Python

import pandas as pd

print(pd.__version__)
# 0.22.0
Lovely Lyrebird