I am learning to work with DataFrames in Pandas. In my case, the original format in the Excel sheet is "dd-mm-YY". When importing to a DataFrame with pandas, using the statement
df = pd.read_excel(file, parse_dates=['Fecha'], dayfirst =...
asked by
24.09.2017 / 23:08