Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. vet_landmarks[0,15] = round(dist_euclideana (coords[16][0], coords[16] [1], coords[27][0], coords[27][1]),2)
  2.  
  3. # Adicionar as medições no dataframe
  4. vet_landmarks = pd.Series(vet_landmarks)
  5.  
  6. # Inserir no DataFrame
  7. df_landmarks.append(vet_landmarks)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement