Error message is suggesting I need to change my PIP version but I don't know how, nor do I know what version I need to change it to.
Question is: How do I know what pip version I need and how do I change it?
Error message is suggesting I need to change my PIP version but I don't know how, nor do I know what version I need to change it to.
Question is: How do I know what pip version I need and how do I change it?
General steps are File -> Settings -> Project-> Project Interpreter. Then you click on the plus sign close to the right-hand top corner, finally, you write Pandas in the search field and it is done. After all that you should be able to do import pandas as pd
Hope I understood your question well.