phil65 / ibadatfile

Pythonic wrapper for IBA dat file DLL
MIT License
17 stars 9 forks source link

Synchronization of data and timestamp #2

Open ayanray089 opened 4 years ago

ayanray089 commented 4 years ago

Hi @phil65 ,

Nice code and really helpful. I have a question. How are you ensuring that data points and timestamp are in sync. In the code, we extracting the data points separately from timestamp and then merging the timestamp back to the dataframe consisting of data. In case the data points are lesser than number of timestamps or in other words if there are missing data points how can you ensure that the data points are still in sync with the timestamp. Seeking your advice on this.

Thanks!

phil65 commented 2 years ago

Sorry, missed to answer this. Can you provide an example file?