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

Get Columns #42

Closed
graysonarts opened this issue Jun 29, 2016 · 2 comments
Closed

Get Columns #42

graysonarts opened this issue Jun 29, 2016 · 2 comments
Assignees

Comments

@graysonarts
Copy link
Contributor

graysonarts commented Jun 29, 2016

From conversations with @t8y8 , we need the ability to get the list of columns in a datasource.

@benlower
Copy link
Contributor

are we getting fields or getting columns? or is it both? just want to make sure we're consistent on what we're calling things.

@graysonarts
Copy link
Contributor Author

graysonarts commented Jun 30, 2016

fields = columns. I think we use columns everywhere, so I standardized on that
Fixed the issue with that assumption.

@graysonarts graysonarts changed the title GetFields Get Columns Jun 30, 2016
graysonarts pushed a commit that referenced this issue Jul 1, 2016
)

Fixes #42 #46 
* Initial attempt at enabling reading the columns from the datasource
* Fixing pep8 errors for EOFEOL
* Changing to OrderedDict for getting columns
* Add documentation for the various column attributes
* rename column to field
* Fixed #46 encode apostrophes in field names
* Enable multilook up for Fields
* Rename properties on the field based on feedback given in #45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants