Mission π
To provide 100 Python Datatable exercises over different sections structured as a course or tutorials to teach and learn for beginners, intermediates as well as experts.
Datatable
The datatable package in Python is a library for efficient data processing, feature engineering and simple modelling of tabular data. It is synonymous with R's data.table library and heavily inspired by it.
It closely resembles pandas but is more focused on speed and multi-threaded data operations being particularly useful on large datasets.
Exercises π
There are a total of 100 datatable exercises divided into 10 sets of Jupyter Notebooks with 10 exercises each. It is recommended to go through the exercises in order but you may start with any set depending on your expertise.
β
Structured as exercises & tutorials - Choose your style
β
Suitable for beginners, intermediates & experts - Choose your level
β
Available on Colab, Kaggle, Binder & GitHub - Choose your platform
The exercises are best experienced using datatable's v1.0.0 (Released on 1st July, 2021) & above but recommended to use the latest available version.
Set 01 β’ Datatable Introduction β’ Beginner β’ Exercises 1-10
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 02 β’ Files and Formats β’ Beginner β’ Exercises 11-20
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 03 β’ Data Selection β’ Beginner β’ Exercises 21-30
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 04 β’ Frame Operations β’ Beginner β’ Exercises 31-40
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 05 β’ Column Aggregations β’ Beginner β’ Exercises 41-50
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 06 β’ Grouping Methods β’ Intermediate β’ Exercises 51-60
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 07 β’ Multiple Frames β’ Intermediate β’ Exercises 61-70
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 08 β’ Time Series β’ Intermediate β’ Exercises 71-80
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 09 β’ Native FTRL β’ Expert β’ Exercises 81-90
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
Set 10 β’ Capstone Projects β’ Expert β’ Exercises 91-100
Style | Colab | Kaggle | Binder | GitHub |
---|---|---|---|---|
Exercises | ||||
Solutions |
The Jupyter Notebooks can also be run locally by cloning the repo and running on your local jupyter server.
git clone https://github.com/vopani/datatableton.git
python3 -m pip install notebook
jupyter notebook
P.S. The notebooks will be periodically updated to improve the exercises and support the latest version.
Contribution π οΈ
Please create an Issue for any improvements, suggestions or errors in the content.
You can also tag @vopani on Twitter for any other queries or feedback.
Credits π
Collaborators
Datatable
License π
This project is licensed under the Apache License 2.0.