File size: 1,439 Bytes
be3d891
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: unknown
language:
- en
tags:
- code
- Transportation
- India
- Airline
size_categories:
- 10K<n<100K
pretty_name: Indian Domestic Airline Flights (2018–2025)
task_categories:
- time-series-forecasting
---

**Indian Domestic Airline Flights (2018–2025)**

This dataset contains Indian domestic airline [`103` - Airports] data covering the years 2018 to 2025.
It includes flight numbers, airlines, and other relevant attributes for domestic routes within India.

This dataset can be used for:
- Flight delay prediction
- Airline trend analysis
- Route popularity insights

**Column Descriptions**
| Column Name | Descriptions  |
| --- | --- |
| `Airline` | Name of the airline operating the flight (e.g., IndiGo, Air India). |
| `FlightNumber` | Unique identifier for the flight (alphanumeric).|
| `Origin` | Departure airport/city code (within India).|
| `Destination` | Arrival airport/city code (within India). |
| `daysOfWeek` | Days on which the flight operates (e.g., Mon, Tue, Daily). |
| `ScheduledDepartureTime` | Scheduled departure time (HH:MM format, local time). |
| `ScheduledArrivalTime` | Scheduled arrival time (HH:MM format, local time). |
| `Timezone` | Timezone information for the schedule. |
| `ValidFrom` | Date from which the schedule is valid (YYYY-MM-DD). |
| `ValidTo` | Date until which the schedule is valid (YYYY-MM-DD). |
| `LastUpdated` | Date when the record was last updated (YYYY-MM-DD). |