remove the warning in pandas code example
Example 1: jupyter ignore warnings
import warnings
warnings.filterwarnings('ignore')
Example 2: php remove warning
error_reporting(E_ALL ^ E_WARNING);
import warnings
warnings.filterwarnings('ignore')
error_reporting(E_ALL ^ E_WARNING);