{% if dataset_stats_table %}

The following table shows the key figures of the dataset.

The allocated privacy budget for this statistic is shown below and noise is applied accordingly to compute the estimate and the 95% confidence interval.

privacy budget: {{dataset_stats_eps[0]}}

{{dataset_stats_table}}
{% endif %} {% if missing_values_table %}

The following table shows the number of missing values for each column of the dataset.

The allocated privacy budget for this statistic is shown below and noise is applied accordingly to compute the estimate and the 95% confidence interval.

privacy budget: {{missing_values_eps[0]}}

{{missing_values_table}}
{% endif %} {% if trips_over_time_linechart or trips_per_weekday_barchart or trips_per_hour_linechart %}
{% if trips_over_time_linechart %}

This visualization shows the relative number of trips on a timeline. Depending on the timespan of the dataset, it is either aggregated by day, week or month (indicted below the graph).

The allocated privacy budget for this statistic is shown below and noise is applied accordingly to compute the estimate (blue line) and the 95% confidence interval. The confidence interval is visualized as the shaded error band.

The y-axis shows the percentage of trips while the x-axis shows the timeline.

privacy budget: {{trips_over_time_eps}}

95% CI: +/- {{trips_over_time_moe}} %

{{trips_over_time_linechart}}

{{trips_over_time_info}}

{{trips_over_time_summary_table}}
{% endif %} {% if trips_per_weekday_barchart %}

This histogram shows the relative number of trips per weekday.

The allocated privacy budget for this statistic is shown below and noise is applied accordingly to compute the estimate (bars) and the 95% confidence interval (error bar).

The y-axis shows the percentage of trips while the x-axis shows the weekdays.

privacy budget: {{trips_per_weekday_eps}}

95% CI: +/- {{trips_per_weekday_moe}} %

{{trips_per_weekday_barchart}}
{% endif %} {% if trips_per_hour_linechart %}

This linechart shows the relative number of trips per hour over the course of a day, disaggregated by weekday and weekend.

The allocated privacy budget for this statistic is shown below and noise is applied accordingly to compute the estimate (lines). The confidence interval is indicated below but not visualized in the graph due to visual clarity.

The legend shows the different time categories (weekday start, weekday end, weekend start, weekend end) indicating the start and end timestamp of each trip and if the trip was during the week or on the weekend.

The y-axis shows the percentage of trips while the x-axis shows the hour of the day.

privacy budget: {{ trips_per_hour_eps }}

95% CI: +/- {{trips_per_hour_moe}} %

{{trips_per_hour_linechart}}
{% endif %}
{% endif %}