Critical Path Method in Python | Early Time, Late Time, Critical Activities and Project Duration

Поделиться
HTML-код
  • Опубликовано: 30 окт 2024

Комментарии • 17

  • @trannguyenthientrang53
    @trannguyenthientrang53 2 года назад +1

    I run into a problem with import the .ods file into the main.
    py. e c:/Python/main.py
    Error in input file : CODE
    PS C:\Python>
    Can someone help me with this

  • @atharvahanchate7898
    @atharvahanchate7898 6 месяцев назад

    hi cant find main,py in the github link could you please share it again?

  • @cabdikariimsiciid1752
    @cabdikariimsiciid1752 Год назад

    i run the code exactly, but i got this error. in __detect_mime_type
    mime_type = MIMETYPES[ext]
    ~~~~~~~~~^^^^^
    KeyError: '.ods'. is their any one can help that error.

  • @robertwang6670
    @robertwang6670 3 года назад +1

    It is great for ODS file, but it does not work in xlsx format. I tried to install all the library. However it does not work in : File "main1.py", line 22, in
    mydata = computeCPM(mydata)
    File "C:\Users\Robert Apple\Dropbox\Python\cpmPython\task.py", line 169, in computeCPM
    mydata = forwardPass(mydata)
    File "C:\Users\Robert Apple\Dropbox\Python\cpmPython\task.py", line 66, in forwardPass
    for j in mydata['PREDECESSORS'][i]:
    TypeError: 'float' object is not iterable

    • @MathHandsOnwithPython
      @MathHandsOnwithPython  3 года назад

      Basically the original files need some correction and I did in my tutorial. Check my codes and use it to correct and adjust the original files.

    • @chengma1185
      @chengma1185 3 года назад +1

      read_excel will take NaN as np.nan. Data type of np.nan is float. Need to convert it to None.

    • @carlosarias3160
      @carlosarias3160 2 года назад +1

      @@chengma1185 Thank you very much brother!!! :)

    • @trannguyenthientrang53
      @trannguyenthientrang53 2 года назад +1

      @@chengma1185 how can i do that? could you explain more

    • @kiroisenkou3716
      @kiroisenkou3716 2 года назад

      @@trannguyenthientrang53 is yours already works ?

  • @NishantSharma-ei1de
    @NishantSharma-ei1de 3 года назад

    Brother, please do something about link.
    I need the code urgently.

  • @eniolaolakanmi
    @eniolaolakanmi 3 года назад

    How do i use this on online interface

  • @tugrul5496
    @tugrul5496 3 года назад

    Thanks for video. Why is your github link unreachable ?

    • @MathHandsOnwithPython
      @MathHandsOnwithPython  3 года назад +1

      Sorry Tugrul, I will check and fix it soon. Thanks for the information.

  • @YusKiem
    @YusKiem Год назад +1

    can't find the main.py file

  • @hebertoalarcon
    @hebertoalarcon 2 года назад

    The github is not available