Read Aloud the Text Content
This audio was created by Woord's Text to Speech service by content creators from all around the world.
Text Content or SSML code:
<speak> So now we will import our data set. <break strength="x-strong"/> Now, to read data in excel format, we use read_excel method present in pandas. <break strength="x-strong"/> Here we will pass the path here.<break strength="x-strong"/> Lets run the cell.<break strength="x-strong"/> And we will also check the top ten rows of this data set. <break strength="x-strong"/> We use .head method to check top ten rows. <break strength="x-strong"/> Lets run the cell.<break strength="x-strong"/> Here, we have different kinds of parameters. <break strength="x-strong"/>First, we have the Airline company name. <break strength="x-strong"/>And we have the date of journey. <break strength="x-strong"/>And we have source. <break strength="x-strong"/>And then we have Destination and then we have Route, is that a direct flight or via some other city. <break strength="x-strong"/>And then we have departure time.<break strength="x-strong"/> And we have arrival time.<break strength="x-strong"/> And then we have Duration of the flight.<break strength="x-strong"/> And then we have a total number of stops. <break strength="x-strong"/> So here we can say that here we don't have any stop, it is nonstop, and here we have two stops. <break strength="x-strong"/> It is from Kolkata to Bangalore.<break strength="x-strong"/> It is from Bangalore to Delhi. <break strength="x-strong"/> So let's see the price, what's the price for these two. <break strength="x-strong"/>And then we have additional information. <break strength="x-strong"/>We have Price, so here it's a price from Bangalore to New Delhi it was 3897 rupees. And from Kolkata, to Bangalore it is 7662. <break strength="x-strong"/>So here the date is different and the source and destination is different and even though it via different cities still the price is high. <break strength="x-strong"/>So here the duration is two hours fifty minutes but here the source and destination are different.<break strength="x-strong"/> And here the source and destination are different. <break strength="x-strong"/> <break strength="x-strong"/> </speak>