Last answered:

25 Oct 2022

Posted on:

03 Jul 2021

0

np.unique(loan_data_str[:,5])

np.unique(loan_data_str[:,5])  outputs  

array(['0', '1', '2', '3', '4']

states_west == 1
states_south == 2
states_midwest == 3
states_east == 4
right?

So what is index 0?

2 answers ( 0 marked as helpful)
Posted on:

03 Jul 2021

0

OHH I THINK I KNOW, are these the accounts that cannot be attributed to a specific state?

Posted on:

25 Oct 2022

0

Null values that do not have a state

Submit an answer