Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
temp8964
on Dec 17, 2021
|
parent
|
context
|
favorite
| on:
Polars: Fast DataFrame library for Rust and Python
The easiest to understand data frame API syntax is SQL: select cols from df where rows match condition group by grouping cols.
data.table syntax is just like that. But less verbose. Plus super fast. No reason to not love it.
civilized
on Dec 17, 2021
[–]
I agree that if that's all you do with data, data.table makes it easy.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
data.table syntax is just like that. But less verbose. Plus super fast. No reason to not love it.