Skip to content

Commit 6e20dae

Browse files
authored
DOC: add more sections to spreadsheet comparison (#38993)
1 parent 6b300e3 commit 6e20dae

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

+277-87
Large diffs are not rendered by default.

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

+1-1
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

+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>

doc/source/getting_started/intro_tutorials/03_subset_data.rst

+2
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ For more dedicated functions on missing values, see the user guide section about
268268

269269
</div>
270270

271+
.. _10min_tut_03_subset.rows_and_columns:
272+
271273
How do I select specific rows and columns from a ``DataFrame``?
272274
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
273275

doc/source/getting_started/intro_tutorials/09_timeseries.rst

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Westminster* in respectively Paris, Antwerp and London.
5858
How to handle time series data with ease?
5959
-----------------------------------------
6060

61+
.. _10min_tut_09_timeseries.properties:
62+
6163
Using pandas datetime properties
6264
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6365

doc/source/user_guide/io.rst

+2
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ verbose : boolean, default ``False``
232232
skip_blank_lines : boolean, default ``True``
233233
If ``True``, skip over blank lines rather than interpreting as NaN values.
234234

235+
.. _io.read_csv_table.datetime:
236+
235237
Datetime handling
236238
+++++++++++++++++
237239

0 commit comments

Comments
 (0)