Problems loading an excel file :AttributeError: 'NoneType' object has no attribute 'total_seconds'

Hello friends, can you help me, I cannot load information from an excel file because I get the following error:

AttributeError: ‘NoneType’ object has no attribute ‘total_seconds’

Hey @andersonenred,

First Welcome to the Streamlit Community! :partying_face: :tada: :tada: :tada: :partying_face: :tada: :partying_face: :tada:

Can you send a minimum working example of the code your using? Ideally, it should include the packages your using to try and load the excel file and the lines of code causing the problem. Also, a screen shot of the excel file would be helpful as well.

The no attribute 'total_seconds' part looks like your trying to get information from a column in your excel called total_seconds but that your file may not have that column.

Thanks!
Marisa