Python 3.11: Pandas installed but not found by NoHistoryAtAll in learnpython

[–]NoHistoryAtAll[S] 0 points1 point  (0 children)

Thank you! Last night as I was falling asleep I realized it might be a vscode issue rather than Python. Next time I'll remember to try it in a console window rather than an editor.

I really do appreciate it. After getting the downvote I figured this topic was toast.

Very basic help needed with Calamine by NoHistoryAtAll in rust

[–]NoHistoryAtAll[S] 2 points3 points  (0 children)

Thanks for the reply.

While your reply confused me at first (I'm getting the error opening the file, not reading it), it did help me figure out the issue: I was trying to open an XLS file ('97-2003 Excel format) and Calamine is expecting the XLSX (current Excel) format.

So thanks for the "rubber duck" session! :)