Pandas not installing

i m giving command pip install pandas ,but it is saying invalid syntax

Hey @nuts2021, if you are installing through jupyter notebook you need to add ‘!’ before the command, as in

!pip install pandas.

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush: