==================================================

Filenames
---------

model.R: This is the R code used to run the model, plot the variable importance and the teleworking predictions by region and gender.
data.csv: Is the underlying MNO and LFS data used for the model.
 
*PLEASE DO NOT PUBLISH THE RAW DATA. ONLY THE FINAL RESULTS IN THE PAPER WERE AUTHORISED FOR PUBLICATION BY THE MOBILE NETWORK OPERATORS*

File content 
------------

data.csv files contain the following columns follows:


- region: is the Italian region at NUTS-2 level [Lombardy, Piemonte...etc];
- sex: is the sex [Male; Female];
- age_group: is the age group [25-34;35-44,45-54,55-64];
- mobility: is the mean of daily share of people moving outside the municipality of their residence in the total number of subscribers by age group, sex, region and quarter;
- employment: is the share of people employed in the total population and it is available for each age group, sex, region and quarter;
- teleworking: is the share of people who teleworked at least one day in the week prior to the interview in the total number of people employed by age group, sex, region and quarter;
- year: is the year
- trim: is the quarter/trimester;


Example row in data.csv:
"Abruzzo","Female","25-34",0.271911755633764,0.457155800307198,0.0413962245454095,2020,1
