This is a good video if you're wondering what kind of visualizations you can create with Pandas and Jupyter Notebooks, which is great if you're just getting started.
If you did not run 'import seaborn' in your notebook, make sure to do that. If you did run that command and that's the error you got, go to your command line and type 'pip install seaborn'. This should hopefully resolve your error.
weather = pd.read_csv('Test.csv') Getting Error here as FileNotFoundError: [Errno 2] No such file or directory: 'Test.csv' Where to store dataset plz help
Hi Asha, Please check the csv file(Placement_Data) is there in your machine. And give the right path. This is a file not found error it comes when the system can't find the file from the location that you provide. In case you still have some doubts feel free to ask.
I keep getting these errors: 'NameError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_4832/593783286.py in ----> 1 coffee.head() NameError: name 'coffee' is not defined"
Connect with me on my instagram: monu_2511
This is a good video if you're wondering what kind of visualizations you can create with Pandas and Jupyter Notebooks, which is great if you're just getting started.
This is so much easier to follow than all the other videos I’ve come across. Thank you for sharing! Keep blessing us with these educational videos!
Thank you
You just explained the toughest task in minutes
Lovely ✔️✔️✔️✔️
This was sucha helpful video that i found out after watching 10000 videos .
weather.head() is not for showing header/column name, however it is for listing first five rows.
mine its saying no file directory
i love ur video man, very helpfully. Many thanks from Indonesia
Thank you so much dude ❤️
Thank you so much for this content. Really helpful
Wonderfully explained.. really helpful thanks
Thank you so much
Loved the video! Thanks 🥰
Thank you
Why I was learning matplotlib if we have everything in seaborn.
Thanks for the tutorial.
Seaborn is a fast library than matplotlib. That is the only reason of using seaborn. But matplotlib has more functions than seaborn.
Love your presentation
Thank you so much! 😊
Super easy explanation bro
Can you please tell me why is In[10] and out [10] mentioned before writing function
Is that a modification of the GGPLOTS?
Haven't tried it. But maybe it is.
Does this example enter as a decision cube?
how to expand x axis of barplot, it seen that to closed.
Use the property of "x" and expand it as much as you want
name is overlapping at X axes what should you do
Give it a legend or expand the area using fig() function.
You explained it very well..!🤩
Can I use this Visualization method for Random Forest algorithm?
Hey Thank you so much. 😁
Yes, you can use this visualization for RFA.
Is the weather is dataset name ??
Bro how to remove asterisk
How do you know there is no outliers in the dataset
Sir dataset oe graph aply krna jupyter mainha graph k code ma error aa rha ha plz help
Hi,
Can you please define your error so that I can understand the exact error.
Sorry Mr...could I get the file that you've explained in this video🙏
What to do if it is showing not defined seaborn
Define seaborn. Use seaborn library first.
If you did not run 'import seaborn' in your notebook, make sure to do that. If you did run that command and that's the error you got, go to your command line and type 'pip install seaborn'. This should hopefully resolve your error.
Hello, Could you please share this data set link? Thanks
Hi Chanda, the GitHub link is provided for source code and dataset. Please check the video's description
@@ThinkAndBuild Thank you so much for your prompt reply. Much appreciate.
Hey, do you teach SQL too? Could you make a video for beginners?
@@YTChannel_fun Yeah sure! Thanks for suggestions 😊
What if I have to make a app or web app for this
Yes, why not. Once you don't with your thought. Share your app with us : )
Sir.. Can u explain the data analysis of Urban population of India using python.
Yes, why not!
All you need is a dataset of the Urban population of India. And using python you can analyst that data.
Great job!
Thank you so much👍
thnk you...keep doing such video
Thank you so much! Keep supporting ❤️
How can we zoom the graph
You can download the image.
Hi swetha ... Are you doing Data science???
weather = pd.read_csv('Test.csv')
Getting Error here as
FileNotFoundError: [Errno 2] No such file or directory: 'Test.csv'
Where to store dataset plz help
You haven't placed your test.csv file at the location. Please check and try again
@@ThinkAndBuild Hello Sir Thanks for ur reply , I got this!!
Weather. head
Name error
weather is not defined
no module pandas is the error can u please help
Import pandas as pd
Add this library pandas in your code
thank you sir..
How to visualise India suisaid dataset using python
Just grab any dataset you need and start visualising that.
df = pd.read_csv('Placement_Data.csv'). This one gives me ...File NotFoundError
Hi Asha, Please check the csv file(Placement_Data) is there in your machine. And give the right path. This is a file not found error it comes when the system can't find the file from the location that you provide.
In case you still have some doubts feel free to ask.
nowadays it will be better to work with vscode and jupyter extension.
thanks bro
You're welcome 😁
explain all the graph in details.please because in internship i have to explain all the things so thatswhy explain in details.
did you get the explanation for this
@@ekta-mz1jm no
need pie-chart on this
It is 3D
mantaps bang saya pusing
show us covid csv on kaggle, but use different csv instead ,what a joke men
Hey, I showed that Covid CSV file as an example dataset. Like you can refer that if you want.
@@ThinkAndBuild buy you showed the weather one.
@@VinVin21969 yeah! I said you can refer any of the datasets
I keep getting these errors: 'NameError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_4832/593783286.py in
----> 1 coffee.head()
NameError: name 'coffee' is not defined"