Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
Two simple tasks on data analysis and processing.
- Host: GitHub
- URL: https://github.com/grindelfp/two-data-manipulative-tasks
- Owner: GrindelfP
- License: mit
- Created: 2024-02-26T11:44:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T11:08:54.000Z (11 months ago)
- Last Synced: 2025-01-12T17:09:07.160Z (8 days ago)
- Topics: data-analysis, ipynb, mlda
- Language: Jupyter Notebook
- Homepage:
- Size: 4.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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.