-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Equivalent to the Excel fill handle #22993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think that's a really interesting analogy, but I think you can get that functionality in a straightforward fashion using .iloc and other basic indexing operations |
Agreed with @svenharris. If anyone is interested, this would make for a nice cookbook entry: http://pandas.pydata.org/pandas-docs/stable/cookbook.html We could perhaps expand those into a "Comparison with Excel" page, or "pandas for excel users". |
Hi, I would like to do this. |
closed in #38554 |
Code Sample, a copy-pastable example if possible
Problem description
It would be nice if there were an analog for the excel fill handle. I am not an experienced programmer and I don't want to imply that I think the functionality should be implemented the way I suggest above, but it would be nice to have for those coming from excel to pandas. If the val were a list, maybe it could fill repeats of the list like the fill series works in excel.
Expected Output
Filled values from the desired start column/row to the end or otherwise declared column/row
The text was updated successfully, but these errors were encountered: