「 dataframe 」 一覧
-
-
When I calculated the days difference with Python, the result was not integer type but timedelta type. It would not calculate with integer type variable, so I researched method for conversion variables from timedelta type to integer type. I introduce this program and the program of calculation timedelta type variables without conversion.