Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Task #2
AlexErin1308
Mar 6th, 2024
57
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
import
pandas
as
pd
transactions
=
pd.
read_excel
(
'/datasets/ids.xlsx'
)
transactions
[
'id'
]
=
pd.
to_numeric
(
transactions
[
'id'
]
,
errors
=
'coerce'
)
print
(
transactions.
tail
(
)
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
dataNone
JSON | 15 min ago | 0.64 KB
Best Time to Buy & Sell Stocks 2 - Infini...
C++ | 27 min ago | 1.47 KB
Show Remote Citrix UPM Log File Entries
PowerShell | 44 min ago | 0.67 KB
Best Time to Buy & Sell Stock - 1 Transac...
C++ | 58 min ago | 0.83 KB
FunctionTest
Lua | 1 hour ago | 2.65 KB
for python
Python | 3 hours ago | 3.46 KB
init.sqf
SQF | 3 hours ago | 0.79 KB
OfferUp product url listings
Python | 3 hours ago | 13.40 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!