Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i-th Modified Fibonacci number F(i)=2F(i 30-th Modified Fibonacci number F(30)=2F(29)+F(28)= ? Q2. Load HW1_data.csv using pandas. Compute the mean of class variable for joint condition

image text in transcribedimage text in transcribed

i-th Modified Fibonacci number F(i)=2F(i 30-th Modified Fibonacci number F(30)=2F(29)+F(28)= ? Q2. Load HW1_data.csv using pandas. Compute the mean of "class" variable for joint condition of "glu 120 and higher" AND "age 50 and higher". Variable definitions are as follows: 1. numpreg - Number of times pregnatant. 2. glu - Plasma glucose concentration a 2 hours in an oral glucose tolerance test. 3. bp - Diastolic blood pressure (mmHg). 4. skin - Triceps skin fold thickness (mm). 5. insulin - 2-Hour serum insulin (mu U/ml). 6. bmi - Body mass index. 7. dpf - Diabetes pedigree function. 8. age - Age (years). 9. class - Class, onset of diabetes within five years. import pandas as pd hw=pdread _csv('HW1_data.csv') print (hw)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions