Hey! Thanks for excellent Explanation! It will be great if you can make a such lesson how to work with pandas end with pandas from csv I have a question: what is in 'column' when you iterate data using pandas, I found a tutorial how to iterate data another way but want to understand how to work with column your way here is iterating i found: for num, column in data.iterrows(): print(num) print(column) it return next for my test file: 0 Station Kuala Lumpur Temperature 45 Name: 0, dtype: object 1 Station New York Temperature 20 Name: 1, dtype: object
Thank you. Very understandable.
Hey! Thanks for excellent Explanation!
It will be great if you can make a such lesson how to work with pandas end with pandas from csv
I have a question: what is in 'column' when you iterate data using pandas,
I found a tutorial how to iterate data another way but want to understand how to work with column your way
here is iterating i found:
for num, column in data.iterrows():
print(num)
print(column)
it return next for my test file:
0
Station Kuala Lumpur
Temperature 45
Name: 0, dtype: object
1
Station New York
Temperature 20
Name: 1, dtype: object
nice video! I like it a lot!
Thanks a lot!
good job! thank you!
Thank you too!
where to save csv file that we want to read in python?
I liked it !
Great! Thanks!