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
DEV: remove downstream test packages from environment.yml (#50157)
* DEV: remove downstream test packages from environment.yml
* undo python change, add seaborn-base
* typo
* use plain code block for statsmodels whatsnew note
* use code-block in user guide
* fixup 0.16.2 whatsnew
* also remove pandas-gbq
Co-authored-by: Patrick Hoefler <[email protected]>
Co-authored-by: MarcoGorelli <>
Co-authored-by: Marco Edward Gorelli <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/user_guide/basics.rst
+47-13
Original file line number
Diff line number
Diff line change
@@ -827,20 +827,54 @@ In this case, provide ``pipe`` with a tuple of ``(callable, data_keyword)``.
827
827
828
828
For example, we can fit a regression using statsmodels. Their API expects a formula first and a ``DataFrame`` as the second argument, ``data``. We pass in the function, keyword pair ``(sm.ols, 'data')`` to ``pipe``:
0 commit comments