I am only trying to load a dataframe in VSCode using the notebook extension, but as I try to display my dataframe, I get this error: AttributeError: 'Index' object has no attribute '_format_flat'.
Here is my code: Erroneous Code,
Here is the error: Error.
I believe that it is an error with the setups of my files because I haven’t done anything major yet.
So by looking at the traceback calls, I went and located the code that did not work and I came across this: html.py code triggering error
From what I understand, this class is used to display my notebook in html, but how is it triggered when I am using it in the VSCode environment?
Anyways, what can I do to fix that?
Junior Boni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.