DataFrame.pivot positional deprecations
Hi all, Please tell me if there is a better place to raise this, but I'm seeing a lot of: FutureWarning: In a future version of pandas all arguments of DataFrame.pivot will be keyword-only. I'm wondering: what is the rationale behind removing the positional arguments here? They seem perfectly natural to me. I'd like to put my two cents in and suggest that maybe moving to keyword only is not the best idea in this case because pivot is very useful in interactive sessions, but keyword only args will make it more cumbersome to type and access. If there is a very good reason for removing positional arguments I'm open to updating my code, but I'd like to see what that rationale and discussion was. If the rationale does not have a solid foundation then my suggestion is perhaps this change should be removed from the roadmap. -- -Dr. Jon Crall (him)
participants (1)
-
Jonathan Crall