File tree 1 file changed +3
-3
lines changed
doc/source/getting_started/comparison 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ General terminology translation
26
26
:class: `NaN `, system-missing
27
27
28
28
:class: `DataFrame `
29
- ~~~~~~~~~~~~~
29
+ ~~~~~~~~~~~~~~~~~~
30
30
31
31
A :class: `DataFrame ` in pandas is analogous to an SPSS data file - a two-dimensional
32
32
data source with labeled columns that can be of different types. As will be shown in this
33
33
document, almost any operation that can be performed in SPSS can also be accomplished in pandas.
34
34
35
35
:class: `Series `
36
- ~~~~~~~~~~
36
+ ~~~~~~~~~~~~~~~
37
37
38
38
A :class: `Series ` is the data structure that represents one column of a :class: `DataFrame `. SPSS doesn't have a
39
39
separate data structure for a single variable, but in general, working with a :class: `Series ` is analogous
40
40
to working with a variable in SPSS.
41
41
42
42
:class: `Index `
43
- ~~~~~~~~~
43
+ ~~~~~~~~~~~~~~
44
44
45
45
Every :class: `DataFrame ` and :class: `Series ` has an :class: `Index ` -- labels on the *rows * of the data. SPSS does not
46
46
have an exact analogue, as cases are simply numbered sequentially from 1. In pandas, if no index is
You can’t perform that action at this time.
0 commit comments