#Pandas help in Python
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I'm learning pandas and I want to copy data from a specific column in Excel to another sheet in Excel. I want to iterate through rows in this specific column but want to stop at the first 'NaN' cell. Could anyone help with this?
Have you at least try to do it yourself?
If not, try to do it yourself and then if you run into an issue that isn't something like "how to do X" you can start asking for help.
If you have already tried to do it yourself, please share your code