I’m trying to analyze the Monthly Places Patterns (aka “Patterns”) Jan 2018 - Apr 2020 data. When I try to download it shows up as 28 separate files. Am I doing something wrong? How can I access the data as just one file?

So I’m combining the data files, but am getting this EmptyDataError. How would I fix this/is there a different way to combine the data files?

EmptyDataError                            Traceback (most recent call last)
<ipython-input-27-fcee1b46e1ea> in <module>()
----> 1 get_ipython().run_cell_magic('time', '', '\nresults = []\nfor y in [\'normalization_stats.csv\', \'home_panel_summary.csv\',\'core_poi-patterns.csv\',\'visit_panel_summary.csv\']:\n  folders = [f for f in os.listdir(destination) if \'.\' not in f]\n  combine = []\n  fname = y\n  for f in folders:\n    print(f)\n    tdf = pd.read_csv(destination + "/" + f + "/" + fname)\n    combine.append(tdf)\n  df = pd.concat(combine)\n  print(len(combine))\n  print(df.shape)\n  df.to_csv(destination + \'/combined_\' + y)\n  results.append(df)\nprint(results)')```

7 frames
```<decorator-gen-53> in time(self, line, cell, local_ns)

<timed exec> in <module>()

/usr/local/lib/python3.7/dist-packages/pandas/io/parsers.py in __init__(self, src, **kwds)
   2008
         kwds["usecols"] = self.usecols
   2009 
-> 2010         self._reader = parsers.TextReader(src, **kwds)
   2011         self.unnamed_cols = self._reader.unnamed_cols
   2012 

pandas/_libs/parsers.pyx in pandas._libs.parsers.TextReader.__cinit__()```
EmptyDataError: No columns to parse from file