diff --git a/doc/source/getting_started/index.rst b/doc/source/getting_started/index.rst index a17699a71fbd3..f85db7c00f541 100644 --- a/doc/source/getting_started/index.rst +++ b/doc/source/getting_started/index.rst @@ -531,6 +531,27 @@ Data sets often contain more than just numerical data. pandas provides a wide ra +.. grid:: 1 2 2 2 + :gutter: 4 + + .. grid-item-card:: Pandas Playground + :class-card: install-card + :columns: 12 + :padding: 3 + + Try out pandas in your browser using an interactive environment, no installation needed. + + +++ + + .. button-link:: https://pandas.pydata.org/try.html + :ref-type: ref + :click-parent: + :color: secondary + :expand: + + Try Pandas Online + + .. _comingfrom: diff --git a/doc/source/whatsnew/v2.3.2.rst b/doc/source/whatsnew/v2.3.2.rst index 53a8d28687518..843a54042ba60 100644 --- a/doc/source/whatsnew/v2.3.2.rst +++ b/doc/source/whatsnew/v2.3.2.rst @@ -27,6 +27,12 @@ Bug fixes (:issue:`61889`) - Boolean operations (``|``, ``&``, ``^``) with bool-dtype objects on the left and :class:`StringDtype` objects on the right now cast the string to bool, with a deprecation warning (:issue:`60234`) + +Other Improvements +~~~~~~~~~~~~~~~~~~ + +- Added a "Try Pandas Online" section to the getting started page of the docs (:issue:`61060`) + .. --------------------------------------------------------------------------- .. _whatsnew_232.contributors: