Vorlesung 4

This commit is contained in:
dev weycloud
2021-10-07 19:58:31 +02:00
parent f90d17f1b5
commit f967eef74c
7 changed files with 168 additions and 1 deletions

8
Sonstiges/spss-import.py Normal file
View File

@@ -0,0 +1,8 @@
# 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())