Skip to content

Truncated float support for SAS Xport files #11713

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
wants to merge 3 commits into from

Conversation

kshedden
Copy link
Contributor

SAS xport files allow floats to be stored with fewer than 8 bytes, with implicit zeros in the high order bytes. Currently we only handle full width (8 byte) floats. This PR adds support for truncated floats.

@jreback
Copy link
Contributor

jreback commented Nov 29, 2015

seems reasonable. can you add a whats note in enhancements.

@jreback jreback added the IO SAS SAS: read_sas label Nov 29, 2015
@jreback jreback added this to the 0.18.0 milestone Nov 29, 2015
@jreback
Copy link
Contributor

jreback commented Dec 1, 2015

merged via 547750a

thanks!

@jreback jreback closed this Dec 1, 2015
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

Successfully merging this pull request may close these issues.

2 participants