Initially, I installed Python and also Anaconda. When I imported basic packages like pandas using python on command prompt, it was not reflecting in Spyder. Then I realized that my python installation is different from the Spyder installation. After that, I uninstalled python and using only Spyder. Is this the correct way? If not, how to install packages in python and get them reflected in spyder?
Sorry if I'm missing some fundamentals here.