You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We already use the .. versionadded:: directive in the tutorial docs to indicate that a certain feature is only present starting from a specific pandas version.
But I propose that we also start to do this in the docstrings, when adding a new function/method or adding a new keyword to an existing function/method:
When developing a package depending on pandas, you typically are using latest pandas but want to support also certain older versions. When using a certain method/function/keyword functionality, the easiest place to see if this is available is the docstring.
Or, you also typically look at the stable docs even when using a maybe older pandas version and see functions/keywords that don't yet exist for your version.
We already use the
.. versionadded::
directive in the tutorial docs to indicate that a certain feature is only present starting from a specific pandas version.But I propose that we also start to do this in the docstrings, when adding a new function/method or adding a new keyword to an existing function/method:
So if we agree on this, some todo's:
The text was updated successfully, but these errors were encountered: