File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/source/getting_started/comparison Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ General terminology translation
2626 :class: `NaN `, system-missing
2727
2828:class: `DataFrame `
29- ~~~~~~~~~~~~~
29+ ~~~~~~~~~~~~~~~~~~
3030
3131A :class: `DataFrame ` in pandas is analogous to an SPSS data file - a two-dimensional
3232data source with labeled columns that can be of different types. As will be shown in this
3333document, almost any operation that can be performed in SPSS can also be accomplished in pandas.
3434
3535:class: `Series `
36- ~~~~~~~~~~
36+ ~~~~~~~~~~~~~~~
3737
3838A :class: `Series ` is the data structure that represents one column of a :class: `DataFrame `. SPSS doesn't have a
3939separate data structure for a single variable, but in general, working with a :class: `Series ` is analogous
4040to working with a variable in SPSS.
4141
4242:class: `Index `
43- ~~~~~~~~~
43+ ~~~~~~~~~~~~~~
4444
4545Every :class: `DataFrame ` and :class: `Series ` has an :class: `Index ` -- labels on the *rows * of the data. SPSS does not
4646have 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