Read data

Read SPSS file in Python

Load SPSS file in Python code.

Please check pandas.read_spss for more parameters.

spsspandas

Required packages

You need below packages to use the code generated by recipe. All packages are automatically installed in MLJAR Studio.

pandas>=1.0.0

Interactive recipe

You can use below interactive recipe to generate code. This recipe is available in MLJAR Studio.

Python code

# Python code will be here

Code explanation

  1. Read SPSS file from provided path.
  2. Display first rows of data.
Previous
Read Parquet