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
Copy file name to clipboardExpand all lines: doc/source/getting_started/comparison/comparison_with_spreadsheets.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Filtering
160
160
161
161
`In Excel, filtering is done through a graphical menu. <https://support.microsoft.com/en-us/office/filter-data-in-a-range-or-table-01832226-31b5-4568-8806-38c37dcc180e>`_
162
162
163
-
.. image:: ../../_static/excel_filter.png
163
+
.. image:: ../../_static/spreadsheets/filter.png
164
164
:alt:Screenshot showing filtering of the total_bill column to values greater than 10
165
165
:align:center
166
166
@@ -177,7 +177,7 @@ In spreadsheets, logical comparison can be done with `conditional formulas
177
177
We'd use a formula of ``=IF(A2 < 10, "low", "high")``, dragged to all cells in a new ``bucket``
:alt:Screenshot showing the formula from above in a bucket column of the tips spreadsheet
182
182
:align:center
183
183
@@ -249,7 +249,7 @@ Sorting by values
249
249
250
250
Sorting in spreadsheets is accomplished via `the sort dialog <https://support.microsoft.com/en-us/office/sort-data-in-a-range-or-table-62d0b95d-2a90-4610-a6ae-2e545c4a4654>`_.
251
251
252
-
.. image:: ../../_static/excel_sort.png
252
+
.. image:: ../../_static/spreadsheets/sort.png
253
253
:alt:Screenshot of dialog from Excel showing sorting by the sex then total_bill columns
0 commit comments