Skip to content

artkapl/datascience-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datascience-workshop

Small internal datascience workshop

We use this workshop to learn about data science using real-life examples.
We use Python as our main programming language for this purpose.

Mindmap

mindmap
Link to mindmap: (https://bubbl.us/010902974515863474)

Tools

Github allows us to collaborate on projects.
Getting started guide
Pythontutor allows us to visualize our code step-by-step Travis-CI - for unit testing (comparing output of code versions, check differences) pandas - A powerful data analysis module for python

Data sets:

Basic programming techniques

CSV

  • ETL - extract, transform, load

Libraries

csv

Documentation

Here is how to write easy documentation in Markdown.
We use markdown editor SDingus and markdown converter pandoc.

Debugging

Books and references

  • Jacobs, J., & Rudis, B. (2014). Data-Driven Security: Analysis, Visualization and Dashboards. John Wiley & Sons.

To-Do List

See to-do list in issues.

Homework

See latest homework issue.

Typical mistakes

Reading a file with csv.reader returns strings - need to cast as int
"Off by one" -> index starts at 1 in csv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages