Website traffic
- Description
- The number of visits to a small website on each day; if a user accesses the site after 30 minutes of inactivity, that will be logged as a new visit.
- Data source
- From a university website operated by the author.
- Data shape
- 214 rows and 4 columns
- Usage restrictions
- None
- Contact person
- Kevin Dunn
- Contact details
- [email protected]
- Added here on
- 02 January 2011 19:46
- Last updated
- 11 November 2018 16:35
Load this dataset in Python
import pandas as pd
df = pd.read_csv("https://openmv.net/file/website-traffic.csv")
df.describe()