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
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.
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
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
hi cant find main,py in the github link could you please share it again?
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.
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
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.
read_excel will take NaN as np.nan. Data type of np.nan is float. Need to convert it to None.
@@chengma1185 Thank you very much brother!!! :)
@@chengma1185 how can i do that? could you explain more
@@trannguyenthientrang53 is yours already works ?
Brother, please do something about link.
I need the code urgently.
How do i use this on online interface
Thanks for video. Why is your github link unreachable ?
Sorry Tugrul, I will check and fix it soon. Thanks for the information.
can't find the main.py file
up
The github is not available
Fixed, check it again and sorry for inconvenience