Python 3 Basics (32/34) - Try/Except

preview_player
Показать описание
This prevents our code from crashing if something goes wrong.
Рекомендации по теме
Комментарии
Автор

Can you help me to remove nan values using xlrd and arrow function? I have xlsx file that contains large no of empty and missing values which is float type.

aashisahu
Автор

What would you put in place of print("Bye") to get the program to ask for new input? So that either with a handled exception or a successful run the program did not quit but asked for a new file to read? I understand this might be outside the scope of this particular lesson.

tgelab