Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Client Number Address Zipcode 123 ABC 11111 124 ABD 11112 125 ABE 11114 126 ABF 11115 I have been able to export the file to
Client Number | Address | Zipcode |
123 | ABC | 11111 |
124 | ABD | 11112 |
125 | ABE | 11114 |
126 | ABF | 11115 |
I have been able to export the file to python and convert it to dataframe. DataFrama being "df". How can I write an argument, where if a Zipcode is outside of a list based on column in csv file. If Zipcode is not in [11111,11112,11113,11114] then it is a red flag.I don't need an input function. I just need an argument where the code reads the zipcode column exported from csv and tells me where the zipcode has red flag and is outside of [11111,11112,11113,11114].
Thank you!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started