Guest User

Untitled

a guest
Jan 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. datos = pd.DataFrame({'producto':['producto 1','producto 2','producto 3','producto 4' ], 'porc Ing 1':['100', '40.0% / +-5%','40.0%',''],
  2. 'porc Ing 2':['0', '40.0% / +-5%','40.0%','100'],
  3. 'porc Ing 3':['0', '20.0% / +-5%','20.0%','']})
  4. datos.set_index('producto')
Add Comment
Please, Sign In to add comment