I ve been working with amplitude API to export data to further analyze it in python (something like this):
from amplitude import AmplitudeExport<br /><br />amplitude_client = AmplitudeExport(API_KEY,SECRET_KEY)<br /><br />records = amplitude_client.export(init_date, end_date)
The thing is that I realized that there is a huge gap between server_upload_time and event_time. Not hours or day but months of difference! and this is not for a couple of points there are many of them in this situation. Why is this happening and how should I deal with this?