Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import pandas as pd
  2. transactions = pd.read_excel('/datasets/ids.xlsx')
  3.  
  4. transactions['id'] = pd.to_numeric(transactions['id'],errors='coerce')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement