{% extends "base.html" %} {% block body %}
| Count | Count (last 6 months) | Tweets | Tweets (last 6 months) | |
| All users | {{ all_datasets_stat.count | nf }} | {{ all_recent_datasets_stats.count | nf }} | {{ all_datasets_stat.tweets | nf }} | {{ all_recent_datasets_stats.tweets | nf }} |
| Local users | {{ local_datasets_stat.count | nf }} | {{ local_recent_dataset_stats.count | nf }} | {{ local_datasets_stat.tweets | nf }} | {{ local_recent_dataset_stats.tweets | nf }} |
| Derivative type | All users | All users (last 6 months) | Local users | Local users (last 6 months) |
|---|---|---|---|---|
| {{ derivative_stat.derivative_type }} | {{ derivative_stat.all_count | nf }} | {{ derivative_stat.all_recent_count | nf }} | {{ derivative_stat.local_count | nf }} | {{ derivative_stat.local_recent_count | nf }} |
| Source dataset | All users | All users (last 6 months) | Local users | Local users (last 6 months) |
|---|---|---|---|---|
| {{ source_dataset_names[source_dataset_stat.dataset_id] }} | {{ source_dataset_stat.all_count | nf }} | {{ source_dataset_stat.all_recent_count | nf }} | {{ source_dataset_stat.local_count | nf }} | {{ source_dataset_stat.local_recent_count | nf }} |
Statistics will not be collected for the datasets and derivatives that you create while in demo mode.