Add support for converting datatable frame to json
Open
new feature
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
Currently we don't have a way to directly convert dataframe to json on datatable. Now we have to use `to_pandas()` and then `to_json()` to achieve that requirement . It's good to have `to_json()` on datatables.
Contributor guide
Assessment
This issue has not been assessed yet.