Quick Overview SPSS Operators and Functions

Quick Overview SPSS Operators and Functions By Ruben Geert van den Berg under SPSS Blog The table below presents a quick overview of functions and operators in SPSS, sorted by type (numeric, string, …). Details and examples for some lesser known functions are covered below the table. TYPE Function DESCRIPTION EXAMPLE Comparison = (or EQ)

Quick Overview Python Object Types

Quick Overview Python Object Types By Ruben Geert van den Berg under SPSS Python Basics In our examples, you’ll encounter terms such as a Python list or dict object. So which object types do we find in Python and what are their basic properties? The table below presents a quick overview. Quick Overview Python Object