I just tried to fetch price data of a single equity with get_timeseries function of the Python EIKON API. Unfortunately, I receive a warning and the "Date" column has integer values instead of datetime. I attached a screenshot of a simple example.Do you know how to get the dataframe with Date column in datetime format? I use Python 3.9, eikon 1.1.14, pandas 1.4.2., numpy 1.22.3
example.PNG