SlideShare a Scribd company logo
1 of 74
onprem.com
1
onprem.com
2
●
●
●
●
●
○
onprem.com
3
onprem.com
4
1
onprem.com
5
1
2
onprem.com
6
Other positive developments presented in the outlook
include increased connectivity, with airlines
connecting more cities than ever and at a lower
cost. IATA forecasts that this will rise above 23,000 for
the first time in 2020.
Emerging markets are experiencing the strongest
growth in air travel, with China leading the way at
8.5% year-on-year from October 2018 to 2019.
onprem.com
7
onprem.com
8
onprem.com
9
onprem.com
10
onprem.com
11
SHOW ME THE STACK!
onprem.com
12
Technical
○ Scalability of data ingest and processing from 10s to 100s of billions of rows
○ Maintaining known good state of system - version control or otherwise
○ Automated testing of data
○ Economical processing/run costs
○ Possibility of near-real time ingest if needed in the future
○ Avoid development of platforms and tooling where possible
○ Modular in stack where possible
Staffing/Organization
○ Focus on SQL - easier to staff and easier to train
○ User expectation of rapid changes/updates - days/weeks not months/years
onprem.com
13
onprem.com
14
- ingest data as raw as possible
- only perform required data type changes
onprem.com
15
- scalable, flexible technologies
- minimal infrastructure upkeep
- abstracted storage and compute
- ingest data as raw as possible
- only perform required data type changes
onprem.com
16
- scalable, flexible technologies
- minimal infrastructure upkeep
- abstracted storage and compute
- ingest data as raw as possible
- only perform required data type changes
- modern software development best-practices
- version controlled data processing scripts
- data pipelines testable and integrated into CI/CD frameworks
- data outputs monitored for data quality and errors
onprem.com
17
- modern software development best-practices
- version controlled data processing scripts
- data pipelines testable and integrated into CI/CD frameworks
- data outputs monitored for data quality and errors
- scalable, flexible technologies
- minimal infrastructure upkeep
- abstracted storage and compute
- ingest data as raw as possible
- only perform required data type changes
- tech stack usable by a variety of consumers
- data models are easy to join and query
- collapse the division between
"thinkers/planners" and "doers"
onprem.com
18
onprem.com
19
onprem.com
20
onprem.com
21
onprem.com
22
onprem.com
23
onprem.com
24
opensky-network.org
onprem.com
25
● Filter/cleanse/deduplicate raw OpenSky data (~50% reduction)
● Group sets of flight points down into a set of flight legs
● For each flight leg, locate the start/end airports (1 degree box)
● Group sets of flight legs into flights (flights with layovers)
A
B C
1x1 box
B
A
Airport
Flight Point
Flight Leg
Flight
onprem.com
26
onprem.com
27
onprem.com
28
onprem.com
29
1
2
3
- ingest data as raw as possible
- only perform required data type changes
onprem.com
30
onprem.com
31
dbt is an open source tool for authoring, testing, and orchestrating data engineering pipelines.
Key strengths:
- Data transformations are written using modular, performant, maintainable SQL
- Natively integrates with version control
- Integrated unit testing framework
- Uses the Jinja templating language to take advantage of sophisticated macroing capabilities
- Continuous Integration / Continuous Deployment (CI/CD)
- Metadata catalog / automated documentation
- Native logging / alerting capabilities
- dbt Core - open source / no licensing costs
onprem.com
32
onprem.com
33
onprem.com
34
onprem.com
35
onprem.com
36
onprem.com
37
onprem.com
38
onprem.com
39
Disconnected Tables
● Constants
● Parameters
● Measures
Groupings
onprem.com
40
Disconnected Tables
● Constants
● Parameters
● Measures
Groupings
Dimensions
Facts
onprem.com
41
SHOW ME THE DATA!
onprem.com
42
onprem.com
43
onprem.com
44
onprem.com
45
onprem.com
46
onprem.com
47
onprem.com
48
onprem.com
49
onprem.com
50
onprem.com
51
onprem.com
52
onprem.com
53
onprem.com
54
onprem.com
55
onprem.com
56
onprem.com
57
onprem.com
58
onprem.com
59
onprem.com
60
onprem.com
61
onprem.com
62
onprem.com
63
onprem.com
64
cruise and step climb(s)
optimum altitude (baseline)
actual altitude (baseline)
onprem.com
65
cruise and step climb(s)
optimum altitude (baseline)
actual altitude (baseline)
optimum altitude (pandemic)
actual altitude (pandemic)
onprem.com
66
onprem.com
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
●
67
onprem.com
68
Richard Branson
Founder, Virgin Atlantic
onprem.com
69
onprem.com
70
onprem.com
71
onprem.com
72
Dimension
Fact
Dimension
Dimension
Dimension
many:1 relationship
1-way filter direction
onprem.com
73
onprem.com
74
● General
○ Any information about the airline beyond the IATA 3-character code
○ Any information about airports (location, size, status, etc.)
○ Any information about individual airplanes beyond a six-digit Hex code identifying the transponder (which has data quality issues too)
○ "Clean" data -- We get negative velocities, negative altitudes, garbled callsigns, missing timestamps, every single field can have a
problem
● Points vs Legs/Flights
○ Any simple notion of how to group points into a "leg”
○ Any points over the open ocean (transponder network is land-based, not satellite)
■ This makes it harder to group points into a “leg” – we can’t assume that points for a single leg will be close time-wise to each
other
○ Points are much more reliable and consistent in some areas of the world than others. Continental US very good. Mexico and China,
for example, are very sparse.
○ Sometimes points over land in US are missing for certain areas too (military/FCC/other reasons? Area 51?)
● Legs/Flights
○ Any notion of how multiple legs for a multi-leg flight with a single callsign relate to each other
○ Any simple way to separate commercial, cargo, private, charter, and military flights from each other
○ Takeoff or landing airport for a given flight (even after we can group points together to a leg)
○ Any notion of a flight schedule for the future – having a list of legs/flights at particular times in the past is not simple to extrapolate into
the future

More Related Content

Similar to Using a modern data stack to explore and visualize the impact of a global pandemic on airline traffic.

Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...
Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...
Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...Routesonline
 
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...pmccann1984
 
Spark Summit EU talk by Javier Aguedes
Spark Summit EU talk by Javier AguedesSpark Summit EU talk by Javier Aguedes
Spark Summit EU talk by Javier AguedesSpark Summit
 
CH7-INFORMATION MANAGEMENT TECHNOLOGY.pdf
CH7-INFORMATION MANAGEMENT  TECHNOLOGY.pdfCH7-INFORMATION MANAGEMENT  TECHNOLOGY.pdf
CH7-INFORMATION MANAGEMENT TECHNOLOGY.pdfLukmanHakim787720
 
ITA-software-travel-complexity.pdf
ITA-software-travel-complexity.pdfITA-software-travel-complexity.pdf
ITA-software-travel-complexity.pdfmustafe39
 
Khushbu_Shah_SSE_CV
Khushbu_Shah_SSE_CVKhushbu_Shah_SSE_CV
Khushbu_Shah_SSE_CVkhushbu shah
 
Principles of FAA NextGen and the Impact on Global Airport Operations
Principles of FAA NextGen and the Impact on Global Airport OperationsPrinciples of FAA NextGen and the Impact on Global Airport Operations
Principles of FAA NextGen and the Impact on Global Airport OperationsLockheed-Martin
 
Airport terminal design (lecture note)
Airport terminal design (lecture note)Airport terminal design (lecture note)
Airport terminal design (lecture note)Sarah Shuchi
 
Marc Bourgois - experience from long-term and innovative research
Marc Bourgois - experience from long-term and innovative researchMarc Bourgois - experience from long-term and innovative research
Marc Bourgois - experience from long-term and innovative researchALIAS Network
 
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...Edutour
 
Airport Collaborative Decision Making
Airport Collaborative Decision Making Airport Collaborative Decision Making
Airport Collaborative Decision Making Grafic.guru
 
Stewart ACADIA Presentation v3.pptx
Stewart ACADIA Presentation v3.pptxStewart ACADIA Presentation v3.pptx
Stewart ACADIA Presentation v3.pptxRichardHolt44
 
Enabling Aviation Analytics through HPCC Systems
Enabling Aviation Analytics through HPCC SystemsEnabling Aviation Analytics through HPCC Systems
Enabling Aviation Analytics through HPCC SystemsHPCC Systems
 
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)PMI-Montréal
 
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...Improving Passenger Experience at Brussels Airport through (real-time) Analyt...
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...Patrick Van Renterghem
 

Similar to Using a modern data stack to explore and visualize the impact of a global pandemic on airline traffic. (20)

Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...
Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...
Keynote Presentation – How Big Date Changes Aviation Efficiency (Josh Marks, ...
 
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...
World Routes 2014 Keynote Presentation – How Big Date Changes Aviation Effici...
 
Spark Summit EU talk by Javier Aguedes
Spark Summit EU talk by Javier AguedesSpark Summit EU talk by Javier Aguedes
Spark Summit EU talk by Javier Aguedes
 
CH7-INFORMATION MANAGEMENT TECHNOLOGY.pdf
CH7-INFORMATION MANAGEMENT  TECHNOLOGY.pdfCH7-INFORMATION MANAGEMENT  TECHNOLOGY.pdf
CH7-INFORMATION MANAGEMENT TECHNOLOGY.pdf
 
Sergio Martins - OPERATIONS AND PASSENGERS WORKSHOP - PANEL 2
Sergio Martins - OPERATIONS AND PASSENGERS WORKSHOP - PANEL 2Sergio Martins - OPERATIONS AND PASSENGERS WORKSHOP - PANEL 2
Sergio Martins - OPERATIONS AND PASSENGERS WORKSHOP - PANEL 2
 
ITA-software-travel-complexity.pdf
ITA-software-travel-complexity.pdfITA-software-travel-complexity.pdf
ITA-software-travel-complexity.pdf
 
Khushbu_Shah_SSE_CV
Khushbu_Shah_SSE_CVKhushbu_Shah_SSE_CV
Khushbu_Shah_SSE_CV
 
Principles of FAA NextGen and the Impact on Global Airport Operations
Principles of FAA NextGen and the Impact on Global Airport OperationsPrinciples of FAA NextGen and the Impact on Global Airport Operations
Principles of FAA NextGen and the Impact on Global Airport Operations
 
Airport terminal design (lecture note)
Airport terminal design (lecture note)Airport terminal design (lecture note)
Airport terminal design (lecture note)
 
chapter-7 (1).pptx
chapter-7 (1).pptxchapter-7 (1).pptx
chapter-7 (1).pptx
 
Marc Bourgois - experience from long-term and innovative research
Marc Bourgois - experience from long-term and innovative researchMarc Bourgois - experience from long-term and innovative research
Marc Bourgois - experience from long-term and innovative research
 
A-CDM
A-CDMA-CDM
A-CDM
 
SGD 2016 - Introduction
SGD 2016 - IntroductionSGD 2016 - Introduction
SGD 2016 - Introduction
 
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...
Global Distribution Systems - Part 2 of 5: Past, present and yet to come: GDS...
 
Airport Collaborative Decision Making
Airport Collaborative Decision Making Airport Collaborative Decision Making
Airport Collaborative Decision Making
 
Phase1review
Phase1reviewPhase1review
Phase1review
 
Stewart ACADIA Presentation v3.pptx
Stewart ACADIA Presentation v3.pptxStewart ACADIA Presentation v3.pptx
Stewart ACADIA Presentation v3.pptx
 
Enabling Aviation Analytics through HPCC Systems
Enabling Aviation Analytics through HPCC SystemsEnabling Aviation Analytics through HPCC Systems
Enabling Aviation Analytics through HPCC Systems
 
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)
The digital revolution comes to Aircraft Maintenance, Repair and Overhaul (MRO)
 
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...Improving Passenger Experience at Brussels Airport through (real-time) Analyt...
Improving Passenger Experience at Brussels Airport through (real-time) Analyt...
 

More from Data Con LA

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA
 

More from Data Con LA (20)

Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynotes
Data Con LA 2022 KeynotesData Con LA 2022 Keynotes
Data Con LA 2022 Keynotes
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup ShowcaseData Con LA 2022 - Startup Showcase
Data Con LA 2022 - Startup Showcase
 
Data Con LA 2022 Keynote
Data Con LA 2022 KeynoteData Con LA 2022 Keynote
Data Con LA 2022 Keynote
 
Data Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendationsData Con LA 2022 - Using Google trends data to build product recommendations
Data Con LA 2022 - Using Google trends data to build product recommendations
 
Data Con LA 2022 - AI Ethics
Data Con LA 2022 - AI EthicsData Con LA 2022 - AI Ethics
Data Con LA 2022 - AI Ethics
 
Data Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learningData Con LA 2022 - Improving disaster response with machine learning
Data Con LA 2022 - Improving disaster response with machine learning
 
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and AtlasData Con LA 2022 - What's new with MongoDB 6.0 and Atlas
Data Con LA 2022 - What's new with MongoDB 6.0 and Atlas
 
Data Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentationData Con LA 2022 - Real world consumer segmentation
Data Con LA 2022 - Real world consumer segmentation
 
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
Data Con LA 2022 - Modernizing Analytics & AI for today's needs: Intuit Turbo...
 
Data Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWSData Con LA 2022 - Moving Data at Scale to AWS
Data Con LA 2022 - Moving Data at Scale to AWS
 
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AIData Con LA 2022 - Collaborative Data Exploration using Conversational AI
Data Con LA 2022 - Collaborative Data Exploration using Conversational AI
 
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
Data Con LA 2022 - Why Database Modernization Makes Your Data Decisions More ...
 
Data Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data ScienceData Con LA 2022 - Intro to Data Science
Data Con LA 2022 - Intro to Data Science
 
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing EntertainmentData Con LA 2022 - How are NFTs and DeFi Changing Entertainment
Data Con LA 2022 - How are NFTs and DeFi Changing Entertainment
 
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
Data Con LA 2022 - Why Data Quality vigilance requires an End-to-End, Automat...
 
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
Data Con LA 2022-Perfect Viral Ad prediction of Superbowl 2022 using Tease, T...
 
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...Data Con LA 2022- Embedding medical journeys with machine learning to improve...
Data Con LA 2022- Embedding medical journeys with machine learning to improve...
 
Data Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with KafkaData Con LA 2022 - Data Streaming with Kafka
Data Con LA 2022 - Data Streaming with Kafka
 

Recently uploaded

1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxdolaknnilon
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 

Recently uploaded (20)

1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptx
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 

Using a modern data stack to explore and visualize the impact of a global pandemic on airline traffic.