Skip to content

Instantly share code, notes, and snippets.

@ciaranfinn
Created October 22, 2017 19:57
Show Gist options
  • Save ciaranfinn/f74c8b6447fc5f517c08b1812ef750a2 to your computer and use it in GitHub Desktop.
Save ciaranfinn/f74c8b6447fc5f517c08b1812ef750a2 to your computer and use it in GitHub Desktop.
Example
for dataset in config['DATASETS']:
print dataset['Name']
filepath = data.get_filepath(dataset['Filename'])
bulk_data = pandas.read_csv(filepath, sep=dataset['Delimiter'])
# we can then use the data as normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment