#๐ How do i install pandas in python?
34 messages ยท Page 1 of 1 (latest)
@spring umbra
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Please react with โ
to upload your file(s) to our paste bin, which is more accessible for some users.
tried to uninstall from control panel but it doesn't let me
How do i install pandas in python?
pip install pandasshould work
(In your case on Windows, though,py -m pip install pandas
!pip pandas
On PyPI there is usually an example command at the top of the page for the package you're looking at.
The instructions of a particular package may also have their own install instructions sometimes. But most on PyPI are as simple as pip install <package-name>
Where did you install Python from?
yep
Alright, walk me through the steps you've taken so far, please.
Feel free to share screenshots if you like, too. ๐
When in doubt, restart the machine. Then try to uninstall it again.
Strange indeed. What's preventing the uninstall via the Control Panel?
(the same error as above?)
pip3 install pandas
and if you use a IDE like pycharm then you can write import pandas at the top of the file and click on it and click on a red lightbulb and click import pandas and it will be easier
and if you dont use Pycharm
you can just try to navigate into the file using the terminal(on mac) and command prompt(on windows) and do pip3 install pandas
if you need help navigating to the file i can help you just @torn olive
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.