I am analizing and visualizing a rainfall historical data. The data file in xlsx contains data from 1993 to 2023. It am not able to visualize it.
I tried to use pandas but didn't find any this important out put. I tried to import file with these but couldn't
Sounds like a cool project. Pandas has a built-in xlsx importer. Have you tried that? If so, toss in the code you've got so far. Might look something like this:
If that didn't work you could also try converting the xlsx to a csv and then import that.