clowder-framework / pyclowder

Library to assist in the development of extractors for clowder.
University of Illinois/NCSA Open Source License
10 stars 2 forks source link

Implement wordcloud extractor for csv files #96

Closed ddey2 closed 1 year ago

ddey2 commented 1 year ago

Input - a csv fie with 2 columns nominal and quantitative

term, count apple, 2 banana, 5 strawberry, 8

Output - Generate vega spec and submit it as visualization data.

Steps to reproduce:

  1. Upload an appropriate csv file
  2. Run the extractor.
lmarini commented 1 year ago

Can we put this in https://github.com/clowder-framework/clowder2-demos instead?

longshuicy commented 1 year ago

closing this since it's migrated to https://github.com/clowder-framework/clowder2-demos/pull/3