Individual Mirrors

Description

This dataset provides the individual mirrors in the Lens Protocol that are sent between 01.01.2024 and 04.04.2024.

Schema

  • call_block_time- timestamp of the mirror creation

  • profileID - id of the profile which created the mirror

  • 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-mirrors')

Last updated