开发者

Database graph visualization

开发者 https://www.devze.com 2023-01-26 05:23 出处:网络
I have a sqlite3 database with table as feature_category : feature|sentiment|count, example awesome|positive|1234

I have a sqlite3 database with table as feature_category :

feature|sentiment|count, example  
awesome|positive|1234

I want to to visualize this on a graph which could possible tell me clearly which word is more positive and which is not so positive

Could someone te开发者_开发百科ll me any mapper/tool/technique of implementing this

Thank you


Maybe a bar chart, with features listed alphabetically, and bar length and style indicating count and sentiment?

             average     +++++
             awesome     ++++++++++++++++++++
             bad         ---------
             good        +++++++++
             magnificent +++++++++++++++++++++++++++
             ok          +++
             terrible    ------------
0

精彩评论

暂无评论...
验证码 换一张
取 消