About 950,000 results
Open links in new tab
  1. How to open spss data files in Excel? - Stack Overflow

    Mar 1, 2013 · 31 I want to open spss .sav data files in Excel without opening the spss files (I don't want to convert spss data file into Excel file). I know this is possible using OLDB connection, …

  2. How to open a .sav file? : r/techsupport - Reddit

    Oct 3, 2016 · The file is a .sav file, which I've never come across before, and I don't know how to go about opening it, so I'd just like to know if there's a go-to application to open it with?

  3. How do I open a .sav file on Windows? : r/NoStupidQuestions

    Jul 29, 2022 · How do I open a .sav file on Windows? I'm trying to open a .sav file but don't have a program that will do it, what do I need to open it? Archived post. New comments cannot be …

  4. How to open .sav file on Jupyter Notebook? - Stack Overflow

    Mar 31, 2021 · I am trying to open my .sav file on JUpyter notebook and have tried the following (using pyreadstat) : import pandas as pd import pyreadstat df, meta = …

  5. Reading .sav file into R - Stack Overflow

    The package was written from scratch and features read and write support for all SPSS files (zsav, sav and por). It was tested with a variety of SPSS files and supports reading of …

  6. [Software] How to open SAV or SAS files? : r/statistics - Reddit

    Dec 15, 2022 · In what language do you plan to view the dataset? If you are using SAS, use the .sas7bdat file. If you are using SPSS, use the .sav file. If you are using R or Python or …

  7. Open .sav file in excel after converting it to .csv online

    Jan 17, 2017 · I have found the easiest method after online conversion is to save the resulting text as a .txt file. From there you will open Excel-->File-->Import If your data has headers you will …

  8. Read .sav file with GVAS format in Python - Stack Overflow

    Jun 17, 2023 · Unreal Engine uses a file format called GVAS for .sav files. I am looking for a Python library that supports reading this file format. I have tried using pandas, pyreadstat, …

  9. pandas - Reading .sav with python - Stack Overflow

    Nov 12, 2022 · So, I'm trying to read a .sav file using python and turn it into a .csv. I already got my code to read .sav files, and I also checked it with a test .sav, which I managed to turn into a …

  10. Read SPSS file into R - Stack Overflow

    Jun 29, 2010 · data <- as.data.set(spss.system.file('filename.sav')) although in this case I seem to miss some string values, while the portable import works seamlessly. The help page for …