Skip to content

Commit fd8eda3

Browse files
afeldluckyvs1
authored andcommitted
DOC: add more sections to spreadsheet comparison (pandas-dev#38993)
1 parent debf99f commit fd8eda3

File tree

13 files changed

+285
-89
lines changed

13 files changed

+285
-89
lines changed
Loading
238 KB
Loading
67.5 KB
Loading
243 KB
Loading
68.5 KB
Loading

doc/source/getting_started/comparison/comparison_with_spreadsheets.rst

Lines changed: 277 additions & 87 deletions
Large diffs are not rendered by default.

doc/source/getting_started/comparison/includes/column_operations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandas provides similar vectorized operations by specifying the individual ``Series`` in the
1+
pandas provides vectorized operations by specifying the individual ``Series`` in the
22
``DataFrame``. New columns can be assigned in the same way. The :meth:`DataFrame.drop` method drops
33
a column from the ``DataFrame``.
44

doc/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
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)