3h
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
dataset_id = "019a9d6b-f229-7437-8f2f-8fc140fb4c44"
# Retrieve dataset metadata
dataset = ouro.datasets.retrieve(dataset_id)
print(dataset.name, dataset.visibility)
# Load the dataset as a Pandas DataFrame
df = ouro.datasets.query(dataset_id)
print(df.head())platform_metrics_2024_11_24_to_2025_11_16_23c5f513_dc03_48f4_a1
Short-term activity contracted sharply week-over-week across usage, creation, and engagement. After a brief early-November acquisition spike, WAU has retraced to the low single digits, content supply
3h
1 reference
Loading compatible actions...
Loading comments...