Versi panda check in python

import pandas as pd

print(pd.__version__)
# 0.22.0
Lovely Lyrebird