md`We have **${dataDetails.length}** entries from the details csv file.
Each entry on that dataset describes the connection quality for a client. In the entry above, for the timestamp **${ddo.timestamp}**, the client sent **${ddo.bytes_rx}** bytes and **received ${ddo.bytes_tx}**. It retried **${ddo.retries}** times. The [rssi](https://www.metageek.com/training/resources/understanding-rssi/) and [snr](https://en.wikipedia.org/wiki/Received_signal_strength_indicator) were **${ddo.rssi}** and **${ddo.snr}** respectively. We have received **${ddo.pkts_rx}** packets and sent **${ddo.pkts_tx}** packets. The wifi speed was **${ddo.speed}** and the number of retries was **${ddo.tx_retries}**.
NOTE: The original dataset contained quite a few entries with all zero values. I have removed those from the dataset.
`