Skip to content

Instantly share code, notes, and snippets.

@rchurch4
Last active April 21, 2022 22:19
Show Gist options
  • Save rchurch4/e055d35a4ff9bbf349f6d3a1e937d370 to your computer and use it in GitHub Desktop.
Save rchurch4/e055d35a4ff9bbf349f6d3a1e937d370 to your computer and use it in GitHub Desktop.
from gdtm.helpers.common import save_topics
# Pass in the topics as they are returned from `get_topics()`, a file path, and optionally, a delimiter (the default is a comma)
save_topics(topics, 'results/topics.csv', delimiter=',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment