Guest User

Untitled

a guest
Oct 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. df = pd.read_excel('book.xlsx', index_col=None)
  2. df_1 = df[df['Type']=='ab']
  3. df_1.loc['Price'] = df_1.loc['Price']/1000'
Add Comment
Please, Sign In to add comment