Skip to content

Commit d1cfb4d

Browse files
author
jl_win_a
committed
DOC: Fix RST section underline lengths in SPSS comparison
1 parent ea477c6 commit d1cfb4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/getting_started/comparison/comparison_with_spss.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ General terminology translation
2626
:class:`NaN`, system-missing
2727

2828
:class:`DataFrame`
29-
~~~~~~~~~~~~~
29+
~~~~~~~~~~~~~~~~~~
3030

3131
A :class:`DataFrame` in pandas is analogous to an SPSS data file - a two-dimensional
3232
data source with labeled columns that can be of different types. As will be shown in this
3333
document, almost any operation that can be performed in SPSS can also be accomplished in pandas.
3434

3535
:class:`Series`
36-
~~~~~~~~~~
36+
~~~~~~~~~~~~~~~
3737

3838
A :class:`Series` is the data structure that represents one column of a :class:`DataFrame`. SPSS doesn't have a
3939
separate data structure for a single variable, but in general, working with a :class:`Series` is analogous
4040
to working with a variable in SPSS.
4141

4242
:class:`Index`
43-
~~~~~~~~~
43+
~~~~~~~~~~~~~~
4444

4545
Every :class:`DataFrame` and :class:`Series` has an :class:`Index` -- labels on the *rows* of the data. SPSS does not
4646
have an exact analogue, as cases are simply numbered sequentially from 1. In pandas, if no index is

0 commit comments

Comments
 (0)