Python Avertissement futur silencieux

import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)

import pandas
Outstanding Owl