data_preprocess

This repo contains python code to preprocess some data.

Getting started with git

Clone repo using ssh key

git clone git@github.com:nedunn/data_preprocess.git

Add file/files to git

git add file.txt

# Or multiple files
git add -A

Commit changes to git

git commit -m "a message"

Finally push to github

git push origin main