I I just waw the file containing Weekly patterns on San Francisco. I try to make same subset on NYC. How do you do that?

i I just waw the file containing Weekly patterns on San Francisco. I try to make same subset on NYC. How do you do that? The raw data is huge and it takes forever. I am using stata to do that

Hi @Byunggeor_Moon_Sungkyunkwan_University, would you mind reposting this in <#C011WTUUQLB|safegraph_in_stata> and deleting this one? You should get some great help there!

@Byunggeor_Moon_Sungkyunkwan_University @Byunggeor_Moon_Sungkyunkwan_University1 If you run the above, you can limit the output by running the following two lines:
*Just NYC
drop if region != “NY”
drop if city != “New York”