Python Silent DeprecationWarning

import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning) 
DataDude