You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand the need of using barh and ylim functions in plotting.Simple vertical graphs are easier to understand then what is the purpose of using barh.And Thank you for sharing this notebook it's really informative.
The text was updated successfully, but these errors were encountered:
data indexing was inappropriate for the operation taking care
Lines agconti#18,agconti#19 index 3 , we have Name of passenger but not gender , so all the time we'll get false
Lines agconti#26,agconti#27,agconti#28 , proportions should be calculated on Survived column , not on PassengerId
I don't understand the need of using barh and ylim functions in plotting.Simple vertical graphs are easier to understand then what is the purpose of using barh.And Thank you for sharing this notebook it's really informative.
The text was updated successfully, but these errors were encountered: