-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
We want to review flight schema.. I think we should include data source and change type -> source
fn,
type='Flight',
year=int(r['year']),
month=int(r['month']),
day=int(r['day']),
carrier=r['carrier'],
flight_number=r['flight'],
tail_number=r.get('tail_number', None),
origin=r['origin'],
dest=r['dest'],
cancelled=bool(r['cancelled']),
delayed=bool(r['delayed'])
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed