We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError Traceback (most recent call last) in 31 pad_entity = pad_entity.union(df_well.entity[n]) #Pad entity equalt union if subsequent 32 pad_index = df_pad[df_pad.id == df_well.pad_id[n]].index[0] ---> 33 df_pad.set_value(pad_index, 'entity', pad_entity) #df_pad is updated with latest entity 34 35 #Add len_tot, stage_tot and water_tot to df_pad
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AttributeError Traceback (most recent call last)
in
31 pad_entity = pad_entity.union(df_well.entity[n]) #Pad entity equalt union if subsequent
32 pad_index = df_pad[df_pad.id == df_well.pad_id[n]].index[0]
---> 33 df_pad.set_value(pad_index, 'entity', pad_entity) #df_pad is updated with latest entity
34
35 #Add len_tot, stage_tot and water_tot to df_pad
The text was updated successfully, but these errors were encountered: