Relative Content

Tag Archive for pythoncalendarsimulation

simulation in Python

I am a working student in a logistics company. I hope that I can find solutions to the following problem in this forum. I have been provided with a table of transportation processes. The transportation processes take between 24 hours and 120 hours. The data set provided only contains gross times (process times including non-working time and weekends), which leads to a certain degree of imprecision. I would like to calculate the net times in my Python script. I know that the Pytorch module can be used to display working times on a daily basis. Is it possible to store a calendar over several weeks, which shows working days and working times (e.g. Monday-Friday 07:00am-10:00pm) as well as weekends?
My raw data includes the start and end time of the transportation process (dd/mm/yyyy/hh/mm/ss) and the duration in hours (hh/mm/ss).
I would be pleased if you could help with possible solutions.
Greetings, Robin

wokinf time simulation in Python

I am a working student in a logistics company. I hope that I can find solutions to the following problem in this forum. I have been provided with a table of transportation processes. The transportation processes take between 24 hours and 120 hours. The data set provided only contains gross times (process times including non-working time and weekends), which leads to a certain degree of imprecision. I would like to calculate the net times in my Python script. I know that the Pytorch module can be used to display working times on a daily basis. Is it possible to store a calendar over several weeks, which shows working days and working times (e.g. Monday-Friday 07:00am-10:00pm) as well as weekends?
My raw data includes the start and end time of the transportation process (dd/mm/yyyy/hh/mm/ss) and the duration in hours (hh/mm/ss).
I would be pleased if you could help with possible solutions.
Greetings, Robin