Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Python Machine Learning Course curriculum, Visit our Website: bit.ly/2OpzQWw
Wow what a lovely session, to the point, short, crisp, amazing. Edureka, you guys have just earned a subscriber. Very happy with your video, it motivated me for learning and interested me in diving more into this amazing content. Also I have a question. When we joined 2 tables, so was it left join or something else. As data from table 2 is not printed in my case for some different year. Also is there any where condition like where only data that matches with so and so fields will be printed. Like in SQL
Thanks for the compliment, Venko! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )
Thanks for the compliment Srinivas! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
A very high level difference is that merge() is used to combine two (or more) dataframes on the basis of values of common columns (indices can also be used, use left_index=True and/or right_index=True), and concat() is used to append one (or more) dataframes one below the other (or sideways, depending on whether the axis option is set to 0 or 1). join() is used to merge 2 dataframes on the basis of the index; instead of using merge() with the option left_index=True we can use join().
Hi Seema, both the domains are equally demanded in various arenas. However, it depends on the requirement and the interest you have in both the domains. Kindly visit: bit.ly/3qu5vZc to view our certification courses in your areas of interest, cheers :)
Join will combine the rows where the key values matches. Concatenate append the rows of one table to another table, concatenate never merges any row in it.
Thanks for the compliment Akram! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
hey..!! I want to data analysis but my mathematics is not goood so can you tell me the carrier options other than the profiles that donot inlude maths, I have completed my masters in computers appliications. I m bit interested in mahine learning but i dont know whether i should go for it or not so i am so stressed..please help..!!
Hey Sayantan, thanks for the wonderful feedback! We're glad you found our tutorials useful. Here are a couple of numpy tutorials that you might find useful: ruclips.net/video/8JfDAm9y_7s/видео.html ruclips.net/video/QQHPpgU1J6w/видео.html We have also communicated your request to our team and might come up with more tutorials on these topics in the future. Do subscribe to our channel to stay posted. You can also check out our complete training here: www.edureka.co/python. Hope this helps. Cheers!
Hi Sandip, you can start learning python and enhance your coding skills in it. After that, you can learn how to perform data analysis and integrate both of them. Hope this helps!
Data Science can be used almost anywhere. It is mostly used to obtain information and insights on business, client behavior and more. This can help to understand what decisions need to be taken to improve business and much more. This is just one application. There are lots more. Hope that solves your query.
import pandas as pd xyz_web = {'day' :[1,2,3,4,5,6], "Visitors":[1000,700,6000,5000,400,500], 'Bounce_Rate' : [20,20,15,10,34,15]} df = pd.DataFrame(xyz_web) print(df) What does the meaning of this error?? Traceback (most recent call last): File "C:/Users/Ravindra/pandas/pandas.py", line 1, in import pandas as pd File "C:\Users\Ravindra\pandas\pandas.py", line 3, in df = pd.DataFrame(xyz_web) AttributeError: module 'pandas' has no attribute 'DataFrame'
You are getting this error because you do not have Pandas installed on the directory you are working on. So make sure that Pandas has been installed correctly in your system. If you are working on PyCharm, just hover your mouse cursor over the statement and it will ask you to install pandas. Just click on install and then you can continue with your program. Hope this helps.
Hey, Mostly you might be having mltiple versions of python installed. Make sure you just have one version.Then you wont be getting the error. Hope this helps!
Bro you need to install pandas library go to file ->setting ->projectData->project interperator on right top click on + button search pandas and install
W are using the community version of PyCharm. If you are interested and want to download it too, follow this article here.www.edureka.co/blog/pycharm-tutorial. Hope this helps you.
You can check out our blogs and tutorials on our channel on Matplotlib and Pandas which will help you in learning and mastering it! Here is a link to our blog: www.edureka.co/blog/python-pandas-tutorial/ Check out this blog on Matplotlib: www.edureka.co/blog/python-matplotlib-tutorial/ Hope this helps :)
Hey Nikunj, DataFrame.get(key, default=None)Get item from object for given key (DataFrame column, Panel slice, etc.). Returns default value if not found. Hope this helps!
Hey Hemant, happy to help. You can get in touch with us at +91 90660 20867 anytime! We're available 24x7. You can also drop us a query at www.edureka.co/python. Hope this helps. Cheers!
Hi Mounika, Artificial Intelligence is a very vast field. It covers domains such as, Machine Learning, Deep Learning, Natural Language Processing, Expert Systems, Knowledge Base, Computer Vision and so on. So in order to learn AI you must be skilled in all the domains. Here's a blog that will help you understand how you can master AI: www.edureka.co/blog/become-artificial-intelligence-engineer/
Hey Vivek, pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. Hope this helps!
Hey Hemant Kumar, thanks for checking out our tutorial! You can take up our Python course which comes with Data Science concepts and Spark, here: www.edureka.co/python. Please feel free to get in touch with us if you have any questions or need any assistance. Alternatively, you can share your contact details with us (we will not make the comment live) and we will get in touch with you. Hope this helps. Cheers!
Hi Sandip, You can check our videos for Python beginners ruclips.net/video/vaysJAMDaZw/видео.html and then move on to the playlist of Python for Data science ruclips.net/video/xMpllQLKDZ4/видео.html Hope this helps!
+Queen Sea, thanks for checking out our tutorial. Are you sure you have pandas installed? Try installing pandas using pip and then import it. In terminal pip install pandas and then open Python and import pandas. Hope this helps. Cheers!
Thank you. You can also check out our complete training here: Python Certification Training for Data Science - bit.ly/2KJaAt9 Use code "RUclips20" and enroll in our courses with Flat 20% off.
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka Python Machine Learning Course curriculum, Visit our Website: bit.ly/2OpzQWw
This was great tutorial! Good explanation!
O my God , I saw soo many videos but it was the most impressed video.
Sir If we have different values in the column then how we can merge it?.
Precious 💗
Thank you for this amazing class
You're welcome 😊Glad it was helpful!!! Keep learning with us...
Sir great tutorial ,Thank you very much.
Wow what a lovely session, to the point, short, crisp, amazing.
Edureka, you guys have just earned a subscriber. Very happy with your video, it motivated me for learning and interested me in diving more into this amazing content.
Also I have a question. When we joined 2 tables, so was it left join or something else. As data from table 2 is not printed in my case for some different year. Also is there any where condition like where only data that matches with so and so fields will be printed. Like in SQL
great session ever😊
Informative and gave an good understanding about pandas.
Thankyou
Thanks for the compliment, Venko! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
nice tutorial!!!
Thanks for this video 👍
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
you are explanation is good. This video helpful for me...
Thanks for the compliment! We are glad we could help. Do subscribe to our channel to stay posted on upcoming tutorials.
Amazing teacher !! Thanks a lot sir
very informative :)
Glad you liked it
Superb...... simply superb explanation
Superb session! Kudos to the trainer!
Excellent style of speaking and the voice
Thank you so much : ) We are glad to be a part of your learning journey. Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )
what a session, where none of one asked any questions. we know it was good session. 🎉
Very helpful.
Thank you so much for your review on our channel Great to hear that Edureka is helping you learn better . We’ll strive to make even better learning contents/courses in the future ! Do subscribe the channel for more updates : )
Sir can we use mysql or SQL server database instead of values given in programming.
Hey Pratiksha, Yes you can. Hope this helps!
Very well explained.
One of the best videos and i loved it
Superb well explained
Thanks for the compliment Srinivas! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
loved it
Good explanation sir
What's the correct difference between
Joining,merging, concatenation
Can u explain shortly 😊
A very high level difference is that merge() is used to combine two (or more) dataframes on the basis of values of common columns (indices can also be used, use left_index=True and/or right_index=True), and concat() is used to append one (or more) dataframes one below the other (or sideways, depending on whether the axis option is set to 0 or 1).
join() is used to merge 2 dataframes on the basis of the index; instead of using merge() with the option left_index=True we can use join().
@@edurekaIN
Tq for giving great explanation
Tq soo.. much
😊😊
This is very interesting sir ...
Hey Dude Simple, thank you for watching our video. We are glad to know that you liked our tutorial. Do subscribe and stay connected with us. Cheers :)
Thanks..
very good examples
Saurabh !!! You are amazing and my favourite on edureka. Your teaching is energetic and crystal clear. love you man. keep it up!
Is Data analytics with Python Or Introduction to internet of things is more better to learn???
Hi Seema, both the domains are equally demanded in various arenas. However, it depends on the requirement and the interest you have in both the domains. Kindly visit: bit.ly/3qu5vZc to view our certification courses in your areas of interest, cheers :)
What's the difference between concat and join?
Join will combine the rows where the key values matches.
Concatenate append the rows of one table to another table, concatenate never merges any row in it.
what is the difference between concat and merging showed in the example code?
The merge() function only uses columns (plus row-indices) and the concat() function can be used with either axis or using only indices.
amazing effort
Thanks for the compliment Akram! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!
dol you see sentdex in 7:21
hey..!!
I want to data analysis but my mathematics is not goood so can you tell me the carrier options other than the profiles that donot inlude maths, I have completed my masters in computers appliications. I m bit interested in mahine learning but i dont know whether i should go for it or not so i am so stressed..please help..!!
Hi Dwivedi, Please refer to this tutorial for various job roles and skills required for them - ruclips.net/video/A6UVS9lcJOY/видео.html
Very useful session.
Thank you Edureka.
Can you also upload more python videos on scipy and numpy
Hey Sayantan, thanks for the wonderful feedback! We're glad you found our tutorials useful.
Here are a couple of numpy tutorials that you might find useful:
ruclips.net/video/8JfDAm9y_7s/видео.html
ruclips.net/video/QQHPpgU1J6w/видео.html
We have also communicated your request to our team and might come up with more tutorials on these topics in the future. Do subscribe to our channel to stay posted. You can also check out our complete training here: www.edureka.co/python.
Hope this helps. Cheers!
In slicing, if we want middle two rows, then how will be the command?
Hey Sai, docs.python.org/3/library/functions.html#slice. Hope this helps!
I know excel VBA & i would like to learn Pythan for data analysis. Please suggest me how to start
Hi Sandip, you can start learning python and enhance your coding skills in it. After that, you can learn how to perform data analysis and integrate both of them. Hope this helps!
Can you explain applications of data science
Data Science can be used almost anywhere. It is mostly used to obtain information and insights on business, client behavior and more. This can help to understand what decisions need to be taken to improve business and much more. This is just one application. There are lots more. Hope that solves your query.
👍👍👍
What does style.use(538)means??
It is the style-name.
understanding sir
This is a great video..wow!
Hey Michael, we are glad you feel this way. Do subscribe and hit the bell icon to never miss an update from us in the future. Cheers!
How to add a column for a data set that means new column
import pandas as pd
xyz_web = {'day' :[1,2,3,4,5,6], "Visitors":[1000,700,6000,5000,400,500], 'Bounce_Rate' : [20,20,15,10,34,15]}
df = pd.DataFrame(xyz_web)
print(df)
What does the meaning of this error??
Traceback (most recent call last):
File "C:/Users/Ravindra/pandas/pandas.py", line 1, in
import pandas as pd
File "C:\Users\Ravindra\pandas\pandas.py", line 3, in
df = pd.DataFrame(xyz_web)
AttributeError: module 'pandas' has no attribute 'DataFrame'
You are getting this error because you do not have Pandas installed on the directory you are working on. So make sure that Pandas has been installed correctly in your system. If you are working on PyCharm, just hover your mouse cursor over the statement and it will ask you to install pandas. Just click on install and then you can continue with your program. Hope this helps.
Hi!
I'm using visual studio 2017 and I ran into an error where I can't import pandas. Says no module named pandas
Any idea why this happens?
Hey, Mostly you might be having mltiple versions of python installed. Make sure you just have one version.Then you wont be getting the error. Hope this helps!
Bro you need to install pandas library
go to file ->setting ->projectData->project interperator
on right top click on + button
search pandas and install
Which software yur are using interface
W are using the community version of PyCharm. If you are interested and want to download it too, follow this article here.www.edureka.co/blog/pycharm-tutorial.
Hope this helps you.
great video , but the examples are too basic
Sir where you learn these kind of stuff like pandas,matplotlib,numpy and share resources
You can check out our blogs and tutorials on our channel on Matplotlib and Pandas which will help you in learning and mastering it! Here is a link to our blog: www.edureka.co/blog/python-pandas-tutorial/
Check out this blog on Matplotlib: www.edureka.co/blog/python-matplotlib-tutorial/
Hope this helps :)
Dataframe function is not coming with my pandas library.
Hey Nikunj, DataFrame.get(key, default=None)Get item from object for given key (DataFrame column, Panel slice, etc.). Returns default value if not found.
Hope this helps!
thanks sir..... i really happy with your response.....
sir how i can contact you again .
Hey Hemant, happy to help.
You can get in touch with us at +91 90660 20867 anytime! We're available 24x7.
You can also drop us a query at www.edureka.co/python. Hope this helps. Cheers!
sir is it enough for learning artificial intelligence
Hi Mounika, Artificial Intelligence is a very vast field. It covers domains such as, Machine Learning, Deep Learning, Natural Language Processing, Expert Systems, Knowledge Base, Computer Vision and so on. So in order to learn AI you must be skilled in all the domains. Here's a blog that will help you understand how you can master AI: www.edureka.co/blog/become-artificial-intelligence-engineer/
what is python panda
Hey Vivek, pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series.
Hope this helps!
AttributeError: module 'pandas' has no attribute 'DataFrame'. How to solve dis. Pls help
Uninstall and reinstall pandas. Sometimes if the version old, modules tend to malfunction.
sir how i can certification of python data science
Hey Hemant Kumar, thanks for checking out our tutorial!
You can take up our Python course which comes with Data Science concepts and Spark, here: www.edureka.co/python.
Please feel free to get in touch with us if you have any questions or need any assistance. Alternatively, you can share your contact details with us (we will not make the comment live) and we will get in touch with you. Hope this helps. Cheers!
i was unable to download matplotlib library
Hi, thanks for watching the video. Can you please elaborate on the error you're facing?
I want some questions and project to code and practice. Can you provide some
Hey Mamta, if you are looking to truly master Python then do check out our course: www.edureka.co/python
Hope this helps :)
Sir i don't have any knowledge about any languages, for data science can i start with this video?
Hi Sandip, You can check our videos for Python beginners ruclips.net/video/vaysJAMDaZw/видео.html and then move on to the playlist of Python for Data science ruclips.net/video/xMpllQLKDZ4/видео.html Hope this helps!
Sir I watch you full video.. but I eant certificate.. Can you help me about this matter??
Hi Joy, we provide certificate in our online training. Please find the details here: bit.ly/2KJaAt9
can i have the data set??
Hey Razi, hope you liked the video. Please do mention your email id over here and we will send the files to you. Cheers!
how to import pandas module? it shows an error for me when ever I import it and hit enter.
Thanks
+Queen Sea, thanks for checking out our tutorial.
Are you sure you have pandas installed? Try installing pandas using pip and then import it. In terminal pip install pandas and then open Python and import pandas.
Hope this helps. Cheers!
How to create a dataset in iris dataset plz explan
i am using getting lots of errors what to do
Hey Shubham, can you please tell us more about the issue you are facing. We need this information to help you better. Cheers!
ok
Excellent Explanation !!
Really great tutorial
Thank you. You can also check out our complete training here:
Python Certification Training for Data Science - bit.ly/2KJaAt9
Use code "RUclips20" and enroll in our courses with Flat 20% off.
Can I have the data set?
Its very interesting 🤩
Good To know our videos are helping you learn better :) Stay connected with us and keep learning ! Do subscribe the channel for more updates : )
Very nicely explained!