df1=pd.read_excel(xls, 'Sheet 1', keep_default_na=False)
Hello. When I try to add this keep default parameter to my read excel function I get the following "Future warning". Is there a way to fix this and is this something to be concerned about?
FutureWarning: Inferring datetime64[ns] from data containing strings
is deprecated and will be removed in a future version.
To retain the old behavior explicitly pass Series(data, dtype=datetime64[ns])