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

Made two FileReader methods public (and changed their names for clarity) #701

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Oct 29, 2019

These methods make it possible for users to get the inferred column types and the column names for a data file.

Having this metadata can simplify the solution to some specialized automated file reading issues. .

Thanks for contributing.

Description

loosened the access control and renaming of two previously hidden methods.

Testing

Did you add a unit test?
no

These methods make it possible for users to get the inferred column types and the column names for a data file.

Having this metadata can simplify the solution to some specialized automated file reading issues. .
@lwhite1 lwhite1 merged commit 8560999 into master Oct 29, 2019
@benmccann benmccann deleted the make-header-method-public branch January 8, 2020 17:26
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.

1 participant