When I run the program, Pandas gives \'Future warning\' like below every time.
D:\\Python\\lib\\site-packages\\pandas\\core\\frame.py:3581: FutureWarning: re
Found this on github...
import warnings warnings.simplefilter(action='ignore', category=FutureWarning) import pandas