0% found this document useful (0 votes)
110 views1 page

Analyse The Federal Aviation Authority Dataset Using Pandas

The document describes analyzing a Federal Aviation Authority dataset using Pandas to: 1) view aircraft, state, and model names, text, flight phase, event type, and fatal flag; 2) clean the dataset by replacing NaN fatal flags with "No"; 3) find aircraft types and occurrences; 4) remove observations where aircraft names are unavailable; 5) display observations where the fatal flag is "Yes".

Uploaded by

kPrasad8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
110 views1 page

Analyse The Federal Aviation Authority Dataset Using Pandas

The document describes analyzing a Federal Aviation Authority dataset using Pandas to: 1) view aircraft, state, and model names, text, flight phase, event type, and fatal flag; 2) clean the dataset by replacing NaN fatal flags with "No"; 3) find aircraft types and occurrences; 4) remove observations where aircraft names are unavailable; 5) display observations where the fatal flag is "Yes".

Uploaded by

kPrasad8
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Analyse the Federal Aviation Authority Dataset using Pandas

DESCRIPTION

Problem:
Analyze the Federal Aviation Authority (FAA) dataset using Pandas to do the following:
1. View
 aircraft make name
 state name
 aircraft model name
 text information
 flight phase
 event description type
 fatal flag
         2. Clean the dataset and replace the fatal flag NaN with “No”
3. Find the aircraft types and their occurrences in the dataset
4. Remove all the observations where aircraft names are not available
5. Display the observations where fatal flag is “Yes”

Click here to download the additional resources - 

You might also like