Skip to content

Learning how to collaborate via Github. (Merge Conflicts Galore !?)

Notifications You must be signed in to change notification settings

K1Br/HackTober

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackTober Titchfield RedPandas Collaborative Exercise

Part 1: Import the WeightLoss.csv file and then:

  1. Remove the Unnamed:0 column
  2. Rename the wl1-3 colums to say 'Weight Loss Week...' instead of wl
  3. Rename the se1-3 columns to say 'Self Esteem Week...' instead of se
  4. Create a function that changes data in the group column from 'DietEx' to 'Diet & Exercise'
  5. Sort the dataframe by the wl1 column in descending order.

Part 2:

Create the following Numpy arrays with random numbers for the following dimensions:

  1. 5 x 5
  2. 1 x 20
  3. 90 x 90

Part 3:

Do the same thing in R.

Part 4: Do some statistical Analysis on the data perhaps???

Usefull links:

  1. git cheatsheet: https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf

About

Learning how to collaborate via Github. (Merge Conflicts Galore !?)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.0%
  • R 5.0%