Export Image
Export Code

Loading and Parsing MA Cellmove Data

Ruofan Chen

Last edited Sep 27, 2021
Created on Sep 06, 2021

Data

A program that loads and parses MA cellmove data: MA_cellmove. This dataset discribes the within-state observed mobility and estimated mobility during 2021-01-01 to 2021-01-20 (the peak of covid cases in Massachusetts) in MA.

Data structure:

  • geoid_o (categorical): the origin point of the mobility flow
  • geoid_d (categorical): the destination point of the mobility flow
  • lng_o and lat_o: geographical location of the original point lng_d and lat_d: geographical location of the desstination point
  • date (date stamp): date
  • visitor_flows (quantitative): the number of people observed with the movement form origin to destination
  • pop_flows (quantitative): the estimated number of people move from origin to destination based on the number of user group.

Question:

  • The question related to the data: On each day, the mobility from which county to which another county is dominant among all the mobility within the Massachusetts. (Then the gov should pay more attention to test and control the covid spread.)
MIT Licensed