datatable — Easy Playground
Fast data manipulation for large datasets (inspired by R data.table)
Getting started with datatableRun locally
Install
pip install datatablePython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: datatable)
datatable is a third-party package. Fast data manipulation for large datasets (inspired by R data.table). Install with: pip install datatable
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?