Ahmet Anil Dindar

Results 3 comments of Ahmet Anil Dindar

Dear @MarcoGorelli, I have read your commit and it seems ok to me. Ahmet

Dear all, It seems to_datetime is causing significant problem. Here are the codes I've ran. When compare the EARTHQUAKEDATE fields of the original and copied and to_datetime applied dataframes, I...

Suggest to modify the ipynb as seen below ![image](https://user-images.githubusercontent.com/3111609/70133033-6b572480-1696-11ea-8c6c-a74838189cbe.png) Original ```Python slide_len = segment_len/2 ``` Modified ```Python slide_len = int( segment_len/2 ) ```