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

Does column header exist? #2

Closed
dglmoore opened this issue Oct 26, 2017 · 0 comments
Closed

Does column header exist? #2

dglmoore opened this issue Oct 26, 2017 · 0 comments

Comments

@dglmoore
Copy link
Contributor

Description

When iteratively generating data, it would be useful to be able to determine if a column header exists in the library.

At present, the only solution is something like

if 'header_name' in dex.headers():
    pass
else:
    pass

Proposed Resolution

Create a method that queries the database for column header names, e.g.

def header_exists(header_name):
    pass
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

No branches or pull requests

1 participant