Get word frequency rankings of words in postgreSQL for each label

前端 未结 0 618
夕颜
夕颜 2020-12-21 08:22

I have a postgreSQL database with the following table:

CREATE TABLE dummy (
created_at TIMESTAMPTZ,
tweet TEXT,
label INT);

The following dat

相关标签:
回答
  • 消灭零回复
提交回复
热议问题