Skip to content

Commit 6e8f00c

Browse files
authored
DOC: fix grammar issues and incorrect link in "Getting Started" guide (#40215) (#40290)
1 parent 6913e8d commit 6e8f00c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/getting_started/index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Intro to pandas
116116
<div class="card-body">
117117

118118
When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you
119-
to explore, clean and process your data. In pandas, a data table is called a :class:`DataFrame`.
119+
to explore, clean, and process your data. In pandas, a data table is called a :class:`DataFrame`.
120120

121121
.. image:: ../_static/schemas/01_table_dataframe.svg
122122
:align: center
@@ -351,7 +351,7 @@ Adding a column to a :class:`DataFrame` based on existing data in other columns
351351
<div class="card-body">
352352

353353
Basic statistics (mean, median, min, max, counts...) are easily calculable. These or custom aggregations can be applied on the entire
354-
data set, a sliding window of the data or grouped by categories. The latter is also known as the split-apply-combine approach.
354+
data set, a sliding window of the data, or grouped by categories. The latter is also known as the split-apply-combine approach.
355355

356356
.. image:: ../_static/schemas/06_groupby.svg
357357
:align: center
@@ -444,7 +444,7 @@ from long to wide format. With aggregations built-in, a pivot table is created w
444444
<div id="collapseEight" class="collapse" data-parent="#accordion">
445445
<div class="card-body">
446446

447-
Multiple tables can be concatenated both column wise as row wise and database-like join/merge operations are provided to combine multiple tables of data.
447+
Multiple tables can be concatenated both column wise and row wise as database-like join/merge operations are provided to combine multiple tables of data.
448448

449449
.. image:: ../_static/schemas/08_concat_row.svg
450450
:align: center
@@ -547,7 +547,7 @@ Data sets do not only contain numerical data. pandas provides a wide range of fu
547547
</span>
548548
<span class="badge gs-badge-link">
549549

550-
:ref:`To user guide <timeseries>`
550+
:ref:`To user guide <text>`
551551

552552
.. raw:: html
553553

0 commit comments

Comments
 (0)