Skip to content

alextaf7/datacamp-assignment-pandas

 
 

Repository files navigation

Assignment 2 for the DataCamp course X-DataScience Master

What we want you to learn by doing this assignment:

  • Use Git and GitHub
  • Work with Python files (and not just notebooks!)
  • Do a pull request on a GitHub repository
  • Format your code properly using standard Python conventions
  • Make your code pass tests run automatically on a continuous integration system (GitHub actions)

How?

  • For the repository by clicking on the Fork button on the upper right corner
  • Clone the repository of your fork with: git clone https://github.com/MYLOGIN/datacamp-assignment-pandas (replace MYLOGIN with your GitHub login)
  • Create a branch called myassignment using git checkout -b myassignment
  • Make the changes to complete the assignment. You have to modify the files that contain questions in their name. Do not modify the files that start with test_.
  • Open the pull request on GitHub
  • Keep pushing to your branch until the continuous integration system is green.
  • When it is green notify the professors on Slack that your done.

Getting Help

If you need help ask on the Slack of the DataCamp course.

About

Assignement for Datacamp on pandas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%