Skip to content
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

[WIP] Add draft support for binary fixed width files #475

Closed
wants to merge 1 commit into from

Conversation

johnmyleswhite
Copy link
Contributor

This pull request starts down the path of supporting reading DataFrames from fixed-width files. The current implementation is a barebones implementation of something like R's scan() function. I still need to write a version that reads fixed-width files in which all entries are plain-text and need type inference.

Eventually I'd like to move all of our I/O tools into a separate I/O package. But for now I'd just like to get this tool written.

Please bikeshed the names readfwfbin and writefwfbin. I don't like the name scan, but we can definitely do better than the names I've chosen so far.

This is analogous to R's scan() function
@andreasnoack
Copy link
Member

@johnmyleswhite Is this still relevant or should it be closed?

@johnmyleswhite
Copy link
Contributor Author

I think this is fine to close.

@andreasnoack andreasnoack deleted the fwf branch July 19, 2016 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants