Skip to content

Geo-Python-2020/Exercise-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise 7: Plotting data in Python (10 points)

This week we'll put together our data analysis and plotting skills using Pandas and Matplotlib to create visualizations.

If you are uncertain about the style of your code, take a look at the PEP 8 - Style guide for Python code.

After making your changes to the notebook, you will need to upload it to GitHub.

Before you start

Clone the Exercise 7 repository

  • Make sure you cloned your own repository (repository name contains your GitHub username).
  • After solving the problems, remember to commit your changes and push them to GitHub.
  • Remember also to answer all written questions in the exercise, in addition to the programming tasks.

Getting started

Always remove these two lines when starting to work on an exercise:

# REPLACE THE ERROR BELOW WITH YOUR OWN CODE
raise NotImplementedError()

This error will tell us if you have not even started to solve the problem when checking the exercises :)

Problems

Exercise 7 has 2 problems worth 10 points in total.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published