help on sentiment analysis: limiting rows by sentiment value #115
-
Hi, i'm developing a data visualization and want to do something similar to this. However, my text is too large so there are a lot of rows in the table. is there a way to limit the number of rows in a table, or sort the rows by ascending / descending sentiment value, or filter out what shows up in the rows based on if it's above a certain sentiment value? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hello @jshinnn There could be several ways this can be achieved depending on the context and volume of the data. Here is a simple way to only show rows with sentiment > threshold value ( Best, |
Beta Was this translation helpful? Give feedback.
-
Consider using Observable Table... It will require you to make some changes in the code: |
Beta Was this translation helpful? Give feedback.
Consider using Observable Table... It will require you to make some changes in the code: