About Lesson
✅Our website: www.codanics.com
✅Our Courses: www.codanics.com/courses
✅Our Youtube Channel: www.youtube.com/@codanics
✅ Our whatsapp channel: https://whatsapp.com/channel/0029Va7nRDq3QxRzGqaQvS3r
✅Our Facebook Group: https://www.facebook.com/groups/codanics
✅Our Discord group of Current Course: https://discord.gg/QpvUKEtUJD
Join the conversation
done.
Reply
jazakallah sir
Reply
in 18:38 iss scatter plot may 2 male show ho rahy hain jis ka fare 500+ hy but when i try to get the info of highest female fare it show one female index no 258 she also have fare of 500+ but htis scatter plot didnt show that any help
Reply
Find the information of the female who pays the most fare
female_with_highest_fare = df.loc[(df['sex'] == 'female') & (df['fare'] == df['fare'].max())]
print(female_with_highest_fare)
you can run this and see that
Making plots /charts in Python practice done 100% data visualization plot nice practice.
Reply
This practice is done 100% Nice lecture
Reply
AOA,
Make charts and plots in Python | Data Visualization (Part-3) is done with 100% practice.
You are a great teacher.
ALLAH KAREEM, aap ko dono jahan ki bhalayea aata kray.AAMEEN
Reply
Plotting through four libraries like pandas, matplotlib, seaborn, and plotly. Plotly will work great on highly configured PCs because it uses animation for interactivity.
Reply
done
Reply