Python Pandas отключите предупреждение

import warnings
warnings.filterwarnings('ignore')
Worrisome Wasp