Skip to content

Commit 5b35c77

Browse files
authored
DOC: the table name should be air_quality_parameters rather than air_quality_parameters_name (#59918)
1 parent 34f546f commit 5b35c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/08_combine_dataframes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Add the parameters' full description and name, provided by the parameters metada
271271
272272
Compared to the previous example, there is no common column name.
273273
However, the ``parameter`` column in the ``air_quality`` table and the
274-
``id`` column in the ``air_quality_parameters_name`` both provide the
274+
``id`` column in the ``air_quality_parameters`` table both provide the
275275
measured variable in a common format. The ``left_on`` and ``right_on``
276276
arguments are used here (instead of just ``on``) to make the link
277277
between the two tables.

0 commit comments

Comments
 (0)