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)
OHH I THINK I KNOW, are these the accounts that cannot be attributed to a specific state?
Null values that do not have a state