Icon

02 Write Data to a File

02 Write Data to a File
Exercise: Write Data to a FileRead the WA_American-Time-Use-Survey.csv file by executing the CSV Reader node. This filecontains information about the demographics, employment, and various activities for 130,000+surveyed participants.1) Filter the data to the age range 30 to 60.2) Filter the data further to those with minimum of $1500 weekly earnings3) Write the filtered data into a MiddleAgeHighPay.csv file in the data folder of the course. Overwritethe file, if it already exists. write MiddleAgeHighPay.csvfilter only 30-60 year oldsweekly earnings>= 1500WA_American_Time_Use_Survey.csv CSV Writer Row Filter Row Filter CSV Reader Exercise: Write Data to a FileRead the WA_American-Time-Use-Survey.csv file by executing the CSV Reader node. This filecontains information about the demographics, employment, and various activities for 130,000+surveyed participants.1) Filter the data to the age range 30 to 60.2) Filter the data further to those with minimum of $1500 weekly earnings3) Write the filtered data into a MiddleAgeHighPay.csv file in the data folder of the course. Overwritethe file, if it already exists. write MiddleAgeHighPay.csvfilter only 30-60 year oldsweekly earnings>= 1500WA_American_Time_Use_Survey.csv CSV Writer Row Filter Row Filter CSV Reader

Nodes

Extensions

Links