Files
dev weycloud f967eef74c Vorlesung 4
2021-10-07 19:58:31 +02:00

8 lines
173 B
Python

# pip3 install pyreadstat
import pandas as pd
import numpy as np
import pyreadstat
df, meta = pyreadstat.read_sav('/home/pi/Downloads/ESS9e03 (2018).sav')
print(df.head())