Tango.info track date statistics: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Music]]
[[Category:Music]]
==Overview==
==Overview==
This page gives some [[tango.info performance date]] statistics.
This page gives some [[tango.info track date]] statistics.


==Yearly==
==Yearly==
Line 68: Line 68:


===Least===
===Least===
* 11-01 1 Canaro https://tango.info/1927-11-01, http://en.wikipedia.org/wiki/November_1#Holidays_and_observances
* https://tango.info/11-01 1 Canaro https://tango.info/1927-11-01, http://en.wikipedia.org/wiki/November_1#Holidays_and_observances - All Saints Day
* 12-25 2
* https://tango.info/10-12 1 Juan Félix Maglio https://tango.info/1928-10-12, [[Día de la Raza]]
* 01-01 2
* https://tango.info/12-25 2
* 11-11 3
* https://tango.info/01-01 2
* 02-13 5
* https://tango.info/11-11 3
* 02-10 8
* https://tango.info/02-13 5
* 12-08 9
* https://tango.info/02-10 8
* https://tango.info/12-08 9


===Without===
===Without===
* https://tango.info/10-12 [[Día de la Raza]]
* https://tango.info/07-09 [[Nueve de Julio]]
* https://tango.info/07-09 [[Nueve de Julio]]

Latest revision as of 2014-03-25T05:56:51

Overview

This page gives some tango.info track date statistics.

Yearly

Monthly

By date

Days with the most tracks (As of 2011-04-02)

SELECT track_date, COUNT( track_date ) 
FROM  `tango_tracks` 
WHERE track_date
RLIKE  '[0-9]{4}-[0-9]{2}-[0-9]{2}'
GROUP BY track_date
ORDER BY COUNT( track_date ) DESC 

By day

SELECT substring(track_date,6) AS track_day, 
 count(substring(track_date,6)) AS track_day_count
FROM `tango_tracks` 
WHERE substring(track_date,6) RLIKE '^[0-9]{2}-[0-9]{2}$' 
GROUP BY track_day ORDER BY track_day_count  
DESC

Most

  • 10-09 231
  • 12-17 185
  • 04-29 181
  • 12-19 179
  • 11-23 177
  • 12-14 166
  • 09-27 164
  • 03-20 161
  • 12-10 160
  • 04-25 159
  • 07-14 156
  • 11-13 152

Least

Without