man-group / dtale

Visualizer for pandas data structures
http://alphatechadmin.pythonanywhere.com
GNU Lesser General Public License v2.1
4.62k stars 390 forks source link

Time Difference #831

Closed T-a-c-h-y-o-n closed 6 months ago

T-a-c-h-y-o-n commented 7 months ago

It would be nice if there was an option called time difference in the operation option in the datetime menu in dataframe functions. If it could calculate the time difference between the current date and the date column among the options, as well as the date between two date columns and the time difference between two time columns, it would really work.

time difference

aschonfeld commented 6 months ago

@T-a-c-h-y-o-n just released v3.9.0 to pypi (will be on conda-forge shortly) with this update

T-a-c-h-y-o-n commented 6 months ago

It's great. Exactly what I wanted, thank you for your work.