Data I am working on a data chunking exercise. I have generated two…
Question Answered step-by-step Data I am working on a data chunking exercise. I have generated two… Data I am working on a data chunking exercise. I have generated two files for an explanation, both are identical in content. This does not matter as they are for the purposes of explanation.Here is a link to download the two generated csv files that I created with google drive:https://drive.google.com/drive/folders/16odEk-vYT3OROP1Mmpcv3ceZtg__epeY?usp=sharing 1. I have loaded the genData.csv into a dataframe. 2. Using python, I want to produce a subset of the genData that has blood types A-, B+, or O+. I am to choose two companies of choice from this dataframe and record their ssn numbers in a python list. The details of these two companies with their ssn numbers would be used in the next part. In the next part: 3. I am to read the larger genData2.csv file using chunking (chunk size = 100), given that I created only 1000 records here. While reading in the file, I would extract the data for the two companies selected. (These may not match in the generated dataset. I would resolve this in the given dataset which I reckon I cannot share for reasons of copyright. 4. Now for each of the two companies, I am to generate a separate plot of the blood group occurring mostly over the years (starting with the earliest birthdates and finishing with the latest) and show a regression line on the plot. Computer Science Engineering & Technology Python Programming COMP 47470 Share QuestionEmailCopy link Comments (0)


