You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* rpy2 was only being used to convert SPSS .sav files to a format pandas can handle. pspp-convert is a program that can convert .sav to .csv. Update the tabular renderer to use that instead. As a side effect, it turns out the standard csv library is better at detecting data types than pandas is, so use that to render the resulting csv file
0 commit comments