Skip to content

Commit 5baca3d

Browse files
committed
DOC: add links to Excel page from Getting Started
1 parent cc15110 commit 5baca3d

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

doc/source/_static/logo_excel.svg

Lines changed: 27 additions & 0 deletions
Loading

doc/source/getting_started/comparison/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ Comparison with other tools
1111

1212
comparison_with_r
1313
comparison_with_sql
14+
comparison_with_excel
1415
comparison_with_sas
1516
comparison_with_stata

doc/source/getting_started/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,22 @@ the pandas-equivalent operations compared to software you already know:
619619

620620
:ref:`Learn more <compare_with_stata>`
621621

622+
.. raw:: html
623+
624+
</div>
625+
</div>
626+
</div>
627+
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex">
628+
<div class="card text-center intro-card shadow">
629+
<img src="../_static/logo_excel.svg" class="card-img-top" alt="Excel logo" height="52">
630+
<div class="card-body flex-fill">
631+
<p class="card-text">Users of <a href="https://en.wikipedia.org/wiki/Microsoft_Excel">Excel</a>
632+
or other spreadsheet programs will find that many of the concepts are transferrable to pandas.</p>
633+
634+
.. container:: custom-button
635+
636+
:ref:`Learn more <compare_with_excel>`
637+
622638
.. raw:: html
623639

624640
</div>

0 commit comments

Comments
 (0)