Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grindelfp/two-data-manipulative-tasks

Two simple tasks on data analysis and processing.
https://github.com/grindelfp/two-data-manipulative-tasks

data-analysis ipynb mlda

Last synced: 6 days ago
JSON representation

Two simple tasks on data analysis and processing.

Awesome Lists containing this project

README

        

= Two data-manipulative tasks =

:toc:

== Task 1: Uni classes stats ==

The task is dedicated to countin the hours of classes for each discipline in the university. The data is given in the data/curriculum.csv. Note: the data is separated with a semicolon, not a comma.

== Task 2 ==

The task is to fix the code and remind oneself of pandas toolbox.