after installing pandas using the instructions in this video...I am still facing error while running a program -" Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\panda_series.py", line 1, in import pandas as pd ModuleNotFoundError: No module named 'pandas' Please help :(
Hi Shaumit Seth, i followed your instructions. As per the cmd promt it looked like that pandas was successfully installed. When i create a Pyhton code with pandas it says the following: ModuleNotFoundError: No module named 'pandas'. Can you tell me how to double check if it was installed?
after installing pandas using the instructions in this video...I am still facing error while running a program -" Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\panda_series.py", line 1, in import pandas as pd ModuleNotFoundError: No module named 'pandas' Please help :(
Uninstall The python software and reinstall it and then redo the process shown in the video . sometimes the software is not able to install the directory properly
i do what you say but when i put that index in cmd.exe it say to me:"it is not recognized as an internal or external command, an executable program or batch file.
ok , check the Path that u have copied whether it's the correct path where ur python is installed or Uninstall the python and reinstall and do the process
in visual code its showing that Requirement already satisfied when i write pip install pandas but when I run my program I get error "No module named pandas"......please help bro
Hey bro I installed it successfully but when I'm trying to write a code using series it is showing that the module pandas does not contain the attribute series. Do you know any solution?
I am trying to install it in latest version of python but pandas and matplotlib and is not working please make a separate video for it pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee my humble request for you
Hey I have found the fix for this error . its very simple . so today I reinstalled python 3.9 on my pc and tried installing the libraries , but it was giving me the module not found error . the fix is very easy , just uninstalled python and suppose you were using 3.9 version earlier, install 3.8 and try installing the libraries, it will work . if you were on 3.8 install 3.7 and so on.
autoinstall: github.com/latinplay/Install_x32_x64_win/wiki/Install_x32_x64_win
Man, after hours of tutorials you brother have done the impossible for me, thanks a lot....Also nice games you got there
GLAD IT HELPED
Finnaly i was able to install it !! Excelent video, THANKS :D
Step by step, everything clear. Thank you very much!
Thanks, I was finally able to install pandas after watching this!
It works on windows 7 also, thank you ❤️
Thank you so much, this helped me install it so easily
Thank you so much! After following your steps I'm now able to import pandas on my IDLE(Python 3.8 64-bit) on my windows 10.
bro.. plsz tell how to check that panda is installed..i have done a program of import panda but its showing error "module panda not found"..
after installing pandas using the instructions in this video...I am still facing error while running a program -"
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\panda_series.py", line 1, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Please help :(
Great Work Man, Thanks For the simplified explaination ;), was roaming around to install the module
KEEP UP THE GOOD WORK!!
Thank you somuch bro , this was one of the best and simplest tutorial I have seen on the internet . Keep creating ! Love from US.
Thanks mate ! Glad it helped u !
Thnku sir from ur video i am now doing my pandas practicals by installing pandas
Bro You are the one who thought me a lot
tnx a lot bro
love you forever
keep doing these videos
Thank you. What is the use of python -m at the beginning?
Python -m - m stands for Module Name , just part of the syntax
Guys Pls subscribe to the channel if this video is helpful to you . it will motivate me to create videos for you ! Thankyou For supporting!
thank you very much
Can you mail me your wallpaper. It's dope!
@@karthikkiran338 Well I have to find it , Will send u the link
@@karthikkiran338 www.google.com/imgres?imgurl=https%3A%2F%2Fresi.ze-robot.com%2Fdl%2Fsp%2Fspace-and-mountains-2560%25C3%25971080.jpg&imgrefurl=https%3A%2F%2Fwww.reddit.com%2Fr%2Fwallpapers%2Fcomments%2F8ied17%2Fspace_and_mountains%2F&tbnid=wtlj4P8t25qEjM&vet=1&docid=h3iVXqWAHuaoQM&w=2560&h=1080&itg=1&source=sh%2Fx%2Fim
Thank you so much bro. Really well made video!
Thank you so much! This was really helpful!👍
Hi Shaumit Seth, i followed your instructions. As per the cmd promt it looked like that pandas was successfully installed. When i create a Pyhton code with pandas it says the following: ModuleNotFoundError: No module named 'pandas'.
Can you tell me how to double check if it was installed?
Well bro This a common Installation error you will have to reinstall Python at a new location and then install library
could you suggest something for windows 7
The process would be similar for Windows 7 and 8.1
Thanks for the clear explanation in the video
Thank you so much for sharing your knowledge. It is greatly appreciated especially since these things can seem daunting without any assistance
Aah !! Thankyou somuch for appreciating
Great work bro 💜
after installing pandas using the instructions in this video...I am still facing error while running a program -"
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python38-32\panda_series.py", line 1, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
Please help :(
Uninstall The python software and reinstall it and then redo the process shown in the video . sometimes the software is not able to install the directory properly
@@ShaumitSeth thank you I will try this today...
@@poornima2893 soo are this work?
@@culturemarket4596 yes it works
@@poornima2893 owh thx girl i owe you that
Bhai what you have written pythan space aage i can't understand plz help
Python - m Pip install Pandas !
Amazing! Thanks bro!
April 24th 2021 here
You saved my grade man thank you so much
Glad it helped!
That helps a lot. Thank you very much.
pls subscribe if this video was helpful!
Super broo,Thank you 🙏🙏 very very much☺️☺️
Was very helpful... Thank you so much
You saved our lives ,thanx bro
Means alot !
i do what you say but when i put that index in cmd.exe it say to me:"it is not recognized as an internal or external command,
an executable program or batch file.
ok , check the Path that u have copied whether it's the correct path where ur python is installed or Uninstall the python and reinstall and do the process
@@ShaumitSeth i Just forgetted to make the change of directory in cmd
Thank you so much!!
in visual code its showing that Requirement already satisfied when i write pip install pandas but when I run my program I get error "No module named pandas"......please help bro
ruclips.net/video/cfFrYsGAVpo/видео.html watch this video of mine
Thank you. This was very helpful
Thank you sir really helped a lot
Hey bro I installed it successfully but when I'm trying to write a code using series it is showing that the module pandas does not contain the attribute series. Do you know any solution?
worked, thank you!
Then what do I do next? You said you will post a video on how to put the code?
Thanks brother
thanks a lot
good video man, thanks
This was superhelpful thank you
thanks bro, this helped me a lot
Glad it helped
bro.. plsz tell how to check that panda is installed..i have done a program of import panda but its showing error "module panda not found"..
try typing pandas (import pandas as pd ) if still u face error uninstall python , then reinstall it and repeat the process again
Thanks for Helping Brother .
thanks for the feedback
Thank you Sir! You have saved me!
Glad it helped
Thanks for the video bro
good job, this vidio soled my problem thanks.
no problem . subscribe to support ! means alot
Thanks, it worked for me.
very good. nice video.
thannks!
cd c: ...................... > python -m pip install pandas
Or
cd c: ..................... > python /m pip install pandas
Which one is correct
I am trying to install it in latest version of python but pandas and matplotlib and is not working please make a separate video for it pleaseeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee my humble request for you
Hey I have found the fix for this error . its very simple . so today I reinstalled python 3.9 on my pc and tried installing the libraries , but it was giving me the module not found error . the fix is very easy , just uninstalled python and suppose you were using 3.9 version earlier, install 3.8 and try installing the libraries, it will work . if you were on 3.8 install 3.7 and so on.
No I want in python3.9 please
Please make a video
@@RohitKumar-lw7dd ok Let me find a fix for it and then I will make a video . till then , you can use 3.8
@@RohitKumar-lw7dd ruclips.net/video/cfFrYsGAVpo/видео.html watch this video !
Thanks, Shaumit.
useful .. thank You
Thank you brother for your help
glad it helped
@@ShaumitSeth bro tumne numpy k uper bhi banai hai kya video
@@ankitnegi3031 bro numpy BHI same hi tarike se hota hai , bas Pandas ki jagah numpy likhdo .
@@ShaumitSeth theek hai thank you
Showing invalid syntax after typing pip install
Refer the video for the spellings !
This video helped Me alot no scam
Thanks a lot!
lotsa love man
How to install pandas in android phone
helped a lot thank you :)
nice video very helpful
Thanks, very helpful
Thanks bhae it works
how to open pandas pls say !
bro your question is not clear. you can import pandas using import pandas as pd .
thanks it's help me
thanks very much
Bro its still showing module pandas not found
ruclips.net/video/cfFrYsGAVpo/видео.html Follow steps of this video to intsall the module
I will check it broo
Bro its no use can i have ur phone number ig id
@@athulbinu6995 check discription for ig link
@@athulbinu6995 rb.gy/wg7tev
THANK YOU!
great job
Thanks bro !
Thank u bhaiya
Thank you
My pleasure
Thanks
thanks
Screen is not clear
thanks bro
best of luck for boards XD
THANKS MAN !
legend
amazing
thx
showing incorrect syntax
Recheck The code u have written
ruclips.net/video/4efHtfwO8YQ/видео.html Join 20X GTA V Giveaway !
pip install pandas
tu fortnite rakha isiliye dislike,new video bna aur usme fortnite uninstall karo , full like support milega
thank you so much ... it was really helpful
Thank you, you were very helpful
thank you
thanks
Your welcome
Thanks bro
Thanks Bro