Individual Quotes

Description

This dataset provides the individual quotes in the Lens Protocol that are sent between 01.01.2024 and 04.04.2024. It is important to note that because the content of a quote can be any multimedia, we have decided to not put the data directly, rather have a column that contains the URI of the content.

Schema

  • call_block_time- timestamp of the quote creation

  • profileID - id of the profile which created the quote

  • contentURI - URI that contains the content of the quote

  • pointed_profileID - id of the profile which created the pointed post

  • pointed_pubID - id of the pointed post

Potential Use Cases

  • Profanity Checker

  • Sentiment Analysis

Use example

from giza_datasets import DatasetsLoader

# Usage example:
loader = DatasetsLoader()
df = loader.load('lens-quotes')

Last updated