All Projects → vopani → datatableton

vopani / datatableton

Licence: Apache-2.0 license
100 exercises to learn Python Datatable

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to datatableton

React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+6324.08%)
Mutual labels:  datatable
cpp4noobs
📘 Tutorial C++ in Brazilian Portuguese
Stars: ✭ 121 (-50.61%)
Mutual labels:  tutorial-exercises
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (-69.39%)
Mutual labels:  tutorial-exercises
Vuetable 2 Tutorial
Stars: ✭ 251 (+2.45%)
Mutual labels:  datatable
k8s-101
Kubernetes Intro Workshop
Stars: ✭ 16 (-93.47%)
Mutual labels:  tutorial-exercises
Weekly-Challenge-2022-Swift
Retos semanales de la comunidad MoureDev para practicar Swift & iOS
Stars: ✭ 328 (+33.88%)
Mutual labels:  tutorial-exercises
Vuetable 2
data table simplify! -- datatable component for Vue 2.x. See documentation at
Stars: ✭ 2,129 (+768.98%)
Mutual labels:  datatable
react-material-ui-datatable
Material UI Datatable in React way
Stars: ✭ 24 (-90.2%)
Mutual labels:  datatable
bare bones
Ada Bare Bones OS development tutorial source code
Stars: ✭ 74 (-69.8%)
Mutual labels:  tutorial-exercises
tutorial-code
Source code & exercises in Arend's documentation
Stars: ✭ 18 (-92.65%)
Mutual labels:  tutorial-exercises
au-datatable
Aurelia Datatable, A highly customizable html datatable, build for the Aurelia Framework.
Stars: ✭ 21 (-91.43%)
Mutual labels:  datatable
android-cuberto-dialog-design
This is an implementation inspired by beautiful design by Cuberto on his Dribble page, which can be found here https://dribbble.com/shots/3206606-Landing-page-wip
Stars: ✭ 15 (-93.88%)
Mutual labels:  tutorial-exercises
DataTableEditor
一个Unity的数据表编辑器工具
Stars: ✭ 67 (-72.65%)
Mutual labels:  datatable
Datatable
A go in-memory table
Stars: ✭ 215 (-12.24%)
Mutual labels:  datatable
svelte-datagrid
Svelte data grid spreadsheet best best features and performance from excel
Stars: ✭ 48 (-80.41%)
Mutual labels:  datatable
Vue Bootstrap4 Table
Advanced table based on Vue 2 and Bootstrap 4 ⚡️
Stars: ✭ 187 (-23.67%)
Mutual labels:  datatable
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-92.65%)
Mutual labels:  datatable
vuetable-2-tutorial-bootstrap
No description or website provided.
Stars: ✭ 32 (-86.94%)
Mutual labels:  datatable
mern-admin-panel
Admin-panel using ReactJs, ExpressJs, NodeJs, MongoDB and Bootstrap
Stars: ✭ 84 (-65.71%)
Mutual labels:  datatable
podtable
No dependency responsive table library to fit large table data set into small device screen
Stars: ✭ 16 (-93.47%)
Mutual labels:  datatable

DatatableTon

💯 datatable exercises

License GitHub

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 Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 02 • Files and Formats • Beginner • Exercises 11-20

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 03 • Data Selection • Beginner • Exercises 21-30

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 04 • Frame Operations • Beginner • Exercises 31-40

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 05 • Column Aggregations • Beginner • Exercises 41-50

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 06 • Grouping Methods • Intermediate • Exercises 51-60

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 07 • Multiple Frames • Intermediate • Exercises 61-70

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 08 • Time Series • Intermediate • Exercises 71-80

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 09 • Native FTRL • Expert • Exercises 81-90

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

Set 10 • Capstone Projects • Expert • Exercises 91-100

Style Colab Kaggle Binder GitHub
Exercises Open in Colab Open in Kaggle Open in Binder Open in GitHub
Solutions Open in Colab Open in Kaggle Open in Binder Open in GitHub

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].