0

What what is the type of a row of a DataFrame in python?

I have learned that a column in DataFrame is a Series. But what type is a row in a DataFrame? Thanks!

19th Jan 2022, 3:43 PM
jklmy
1 Answer
+ 2
print(df_name['row_name'].dtype])
19th Jan 2022, 4:02 PM
Simba
Simba - avatar
Hot today
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes