Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.26 KB

File metadata and controls

23 lines (20 loc) · 1.26 KB

data-munging-with-python

This repository contains all of the Python scripts, input files, and output files associated with the training class, Data Munging with Python.

to download

Mac computer:

  1. Open a Terminal window
  2. Navigate to the folder where you want to download the data-munging-with-python folder
        For example, to download the data-munging-with-python folder onto your Desktop:
            First, type the following and then hit Enter: cd
            Second, type the following and then hit Enter: cd Desktop/
  3. Finally, to download the data-munging-with-python folder, type the following and then hit Enter:
        git clone https://github.com/cbrownley/data-munging-with-python.git

Windows computer:

  1. Go to: https://github.com/cbrownley/data-munging-with-python
  2. Click 'Download ZIP' in the lower right hand corner of the page
  3. Click on the zipped folder to open it in File Explorer
  4. Click 'Extract all'
  5. Edit the path to save the data-munging-with-python folder on your Desktop
  6. Click 'Extract'