Advertisement
Guest User

Untitled

a guest
Nov 8th, 2019
118
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. print(pd.to_numeric(transactions['id'], errors = 'coerce').tail(5))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement