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

Implement wordcloud extractor for csv files #96

Closed
wants to merge 1 commit into from

Conversation

ddey2
Copy link
Member

@ddey2 ddey2 commented Oct 10, 2023

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.

@ddey2 ddey2 added the enhancement New feature or request label Oct 10, 2023
@ddey2 ddey2 linked an issue Oct 10, 2023 that may be closed by this pull request
Copy link
Contributor

@tcnichol tcnichol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. I was able to run this with the branch in clowder2. Marking approved.

@lmarini
Copy link
Member

lmarini commented Oct 12, 2023

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

@longshuicy
Copy link
Member

closing this since it's migrated to clowder-framework/clowder2-demos#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Implement wordcloud extractor
4 participants