Posts

Showing posts from December 15, 2018

Cost error in booking confirmation

Image
up vote 2 down vote favorite In March this year, I booked 1 hotel room for 3 nights in Colombo, Sri Lanka through booking.com after browsing their website and entering the required data: 1 room ; 3 nights and got a price offer of Rs.28,676 (excl. taxes). I assumed it was the total price for 3 nights since "per night" was not mentioned and booked the room. Booking.com's booking confirmation also stated 1 room/3 nights Rs.28,676. However, at check-out at the hotel, I was forced to pay three times the amount. The fault is booking.com's due to insufficient information. What can I do. Booking.com is not replying to my e-mails on this issue. bookings share | improve this question asked May 24 '17 at 6:22 Deejay4491 11 1 1 When I look on Booking.com I see prices as given as the total for the stay, verified by looking at prices for 2 nights, 3 nights, 4 nights. Is it possible that the hotel in question is at fault here?

TypeError: ufunc 'isnan' not supported for the input types

Image
up vote 1 down vote favorite I am using a heatmap for categorical variables. I have made sure that I don't have any NaN values in my dataframe, but I am facing this issue constantly. What can the potential problem be? ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'' python-3.x seaborn categorical-data share | improve this question edited Nov 9 at 18:00 pushkin 3,859 10 25 51 asked Nov 9 at 14:49 Trupti J 13 2 2 Noone can have only the slightest clue about what you're doing to get this error. See How to Ask and Minimal, Complete, and Verifiable example. – ImportanceOfBeingErnest Nov 9 at 14:59 add a comment  |  up vote 1 down vote favorite I am using a heatmap for categorical variables. I have made sure that I don't have any NaN values in my dataframe, but I a