Skip to content

Feature request: pandas.DataFrame.to_sas #13031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mhooreman opened this issue Apr 29, 2016 · 1 comment
Closed

Feature request: pandas.DataFrame.to_sas #13031

mhooreman opened this issue Apr 29, 2016 · 1 comment
Labels
IO SAS SAS: read_sas

Comments

@mhooreman
Copy link

Hello,

I find very usefull pandas.read_sas but, as I'm collaborating a lot with SAS users, I'm wondering if there are some plans to implement pandas.DataFrame.to_sas?

Up to now, the only possibility I see is to pass through common file formats like pandas.DataFrame.to_csv.

Thanks a lot for your help.

Best regards.

P.S.: Sorry to push that as an issue, but I don't find how to suggest new features.

@jreback
Copy link
Contributor

jreback commented Apr 29, 2016

see #4052

cc @kshedden

AFAIK this is not possible. read_sas was reverse engineered, but writing out a valid sas file is not easy at all. I suppose its possible, but testing is not easy/possible. Further we generally don't want to write to a proprietary format.

@jreback jreback closed this as completed Apr 29, 2016
@jreback jreback added the IO SAS SAS: read_sas label Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO SAS SAS: read_sas
Projects
None yet
Development

No branches or pull requests

2 participants