Explore

csv ×
  • screenshot

    Sort hierarchic Parent / Child list in Python

    I have a small concern about managing hierarchy in a Parent/Child relationship in PYTHON. To give...

  • screenshot

    Set unique identifier for cases with correpsonding previous index / same trace

    Suppose I have the following dataset: Personalnumber Category Year Month Index_ID Previous_Index_ID 1 100 2022 8...

  • screenshot

    Getting no result for two different startday and endday with starttime and endtime from the csv file? I am using python3

    Below is my python code to extract data from csv file # Specify the start and...