Calculates the percentage of times a track is skipped when played
Computes the ratio between skip count and total plays, providing insight
into how frequently the user chooses to skip a particular track when it
comes up in their listening session.
Returns formatted percentage string ready for UI display.
Calculates the percentage of times a track is skipped when played
Computes the ratio between skip count and total plays, providing insight into how frequently the user chooses to skip a particular track when it comes up in their listening session.
Returns formatted percentage string ready for UI display.
Source