-
Notifications
You must be signed in to change notification settings - Fork 6
Port melt to python datatable
Toby Dylan Hocking edited this page Jan 7, 2021
·
9 revisions
data.table is a powerful R package for data reading/manipulation/etc, and some of its features have been ported to the datatable module for python. However there are several functions in R data.table that have not yet been implemented in python datatable, including the melt function for wide-to-long data reshaping.
TODO pandas.
Port melt C code to python. TODO
This will be a huge benefit to users of python datatable.
Please get in touch after completing at least one of the tests below.
- EVALUATING MENTOR: Pasha Stetsenko <[email protected]>
- Co-mentor: Toby Dylan Hocking <[email protected]>
Do one or several — doing more hard tests makes you more likely to be selected.
- Easy: TODO
- Medium: TODO
- Hard: TODO
Students, please post a link to your test results here.
- EXAMPLE STUDENT 1 NAME, LINK TO GITHUB PROFILE, LINK TO TEST RESULTS.