Entrances to the University of Sussex Library 2006-2020
收藏DataCite Commons2025-11-10 更新2025-04-17 收录
下载链接:
https://sussex.figshare.com/articles/dataset/Entrances_to_the_University_of_Sussex_Library_2006-2020/13699651/1
下载链接
链接失效反馈官方服务:
资源简介:
This dataset contains the daily entrance totals to the University of Sussex Library between 2006 and 2020.<br>The file is a two column *csv file containing date:total.<br><br>Every time a visitor walks through the turnstiles at the main entrance, this is logged to an entry management system. The system had been gathering data for several years before 2006, but all previous data was lost in a major software upgrade towards the end of that year.<br>The data shows a huge drop between December 2009 and February 2010. This was a period of building refurbishment, during which visitors were routed through a temporary, unmonitored, entrance. <br>The SQL query used to extract this data was:<br>select DATE_FORMAT(TIMESTAMP, "%d/%m/%Y") AS
theday,COUNT(SerialNo) AS entrances
FROM transactions
WHERE TIMESTAMP >= '2006-10-06'
and timestamp < '2021-01-01'
AND ZoneNo=1
AND Direction='I'
AND Address IN (1,2)
GROUP BY theday
ORDER BY timestamp<br>
提供机构:
University of Sussex
创建时间:
2021-02-10



