Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MUSTJbe screenshots of your code from Jypytec Notebook pasted into MS-WORD and include the Jupyter notebook as well as part of your submission. Expected output:
MUSTJbe screenshots of your code from Jypytec Notebook pasted into MS-WORD and include the Jupyter notebook as well as part of your submission. Expected output: 481216262428323646 5161520253035464550 6121824303642485460 8162432484856647280 9182736455463728190 1020404060708090100 1) Let's now use Numpy to convert a list to an array. First, convert the list of weights from a list to a Numpy array. Then, convert all of the weights from kilograms to pounds. Use the formula Celsius (C)= Kelvin 273.15 to convert Kelvin to Celsius. Lastly, print the resulting array of temperatures in Celsius. a. Given input: Temp K=[390.65,107.52,225.25,275.98,318.18,88.45] 2) Let's build a Dataframe in Pandas. a. Use a dictionary to create four fields: i. Student (use Tommy, Fred, Gail, [your first name], Randy, and Ariel) ii. Hair Color (use Brown, Grey, Blonde, [your hair color], Black and Brown) iii. Eye Color (use Hazel, Green, Blue, [your eye color], Hazel and Blue) iv. Weight in kilograms (60,80,76,60,88,85) b. Index the dataframe c. Print out the entire dataframe d. \# Print out hair color column as Pandas Series e. \# Print out eye color column as Pandas DataErame. f. \# Print out Dataframe with student and weight columns g. \# Print out the second through fourth observations
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