Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,27 @@ Data sets often contain more than just numerical data. pandas provides a wide ra
</div>
</div>

.. 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:

Expand Down
6 changes: 6 additions & 0 deletions doc/source/whatsnew/v2.3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down