Skip to content

Commit b4f99c9

Browse files
committed
DOC: move all spreadsheet screenshots into a common folder
1 parent 6f11e02 commit b4f99c9

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

doc/source/getting_started/comparison/comparison_with_spreadsheets.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Filtering
160160

161161
`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>`_
162162

163-
.. image:: ../../_static/excel_filter.png
163+
.. image:: ../../_static/spreadsheets/filter.png
164164
:alt: Screenshot showing filtering of the total_bill column to values greater than 10
165165
:align: center
166166

@@ -177,7 +177,7 @@ In spreadsheets, logical comparison can be done with `conditional formulas
177177
We'd use a formula of ``=IF(A2 < 10, "low", "high")``, dragged to all cells in a new ``bucket``
178178
column.
179179

180-
.. image:: ../../_static/excel_conditional.png
180+
.. image:: ../../_static/spreadsheets/conditional.png
181181
:alt: Screenshot showing the formula from above in a bucket column of the tips spreadsheet
182182
:align: center
183183

@@ -249,7 +249,7 @@ Sorting by values
249249

250250
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>`_.
251251

252-
.. image:: ../../_static/excel_sort.png
252+
.. image:: ../../_static/spreadsheets/sort.png
253253
:alt: Screenshot of dialog from Excel showing sorting by the sex then total_bill columns
254254
:align: center
255255

@@ -283,7 +283,7 @@ The `FIND
283283
<https://support.microsoft.com/en-us/office/find-findb-functions-c7912941-af2a-4bdf-a553-d0d89b0a0628>`_
284284
spreadsheet function returns the position of a substring, with the first character being ``1``.
285285

286-
.. image:: ../../_static/excel_sort.png
286+
.. image:: ../../_static/spreadsheets/sort.png
287287
:alt: Screenshot of FIND formula being used in Excel
288288
:align: center
289289

@@ -378,7 +378,7 @@ let's find the average gratuity by size of the party and sex of the server.
378378

379379
In Excel, we use the following configuration for the PivotTable:
380380

381-
.. image:: ../../_static/excel_pivot.png
381+
.. image:: ../../_static/spreadsheets/pivot.png
382382
:alt: Screenshot showing a PivotTable in Excel, using sex as the column, size as the rows, then average tip as the values
383383
:align: center
384384

doc/source/getting_started/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ the pandas-equivalent operations compared to software you already know:
626626
</div>
627627
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex">
628628
<div class="card text-center intro-card shadow">
629-
<img src="../_static/logo_excel.svg" class="card-img-top" alt="Excel logo" height="52">
629+
<img src="../_static/spreadsheets/logo_excel.svg" class="card-img-top" alt="Excel logo" height="52">
630630
<div class="card-body flex-fill">
631631
<p class="card-text">Users of <a href="https://en.wikipedia.org/wiki/Microsoft_Excel">Excel</a>
632632
or other spreadsheet programs will find that many of the concepts are transferrable to pandas.</p>

0 commit comments

Comments
 (0)