Skip to content

lcg-infodesign/assignment_1_datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1 dataset

Dataset for the first assignment of the course

Each student should use ITS OWN dataset, DO NOT use someone’s else file, search for the folder that has your GitHub username.

The goal is the following:

You must provide two graphical and two textual representations. You can decide which information is shown in which modality. The fifth and final representation is up to you. For example, as a graphical representation, you could plot a circle whose size depends on the mean of the first column.

To identify the valid rows of the dataset: Read the rules that are written in the rules.txt file (again, each student will have ITS OWN rules.txt file!) A row is considered valid if both rules are valid at the same time.

Example:

  1. rule1 -> column0 > 0
  2. rule2 -> column1 < -5
  • 5,-2,1,2,3 is a valid row since both rules are valid
  • -1,-1,3,4,5 is not a valid row since column0 is negative and thus rule1 is not satisfied.
  • 5,1,4,5,7 is not a valid row since column1 is greater than 0 and thus rule2 is not satisfied.
  • -2,3,9,0,1 is not a valid row since neither of the rules are satisfied.

About

Dataset for the first challenge of the course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published