data.table equivalent in matlab

1 view (last 30 days)
Simon493
Simon493 on 15 Mar 2019
Commented: Luna on 18 Mar 2019
Hi everybody,
I am coming from R and used the data.table package a lot to filter, group, and aggregate large datasets. Is there an equivalent in Matlab?
Best,
  2 Comments
per isakson
per isakson on 18 Mar 2019
"large datasets" how large are these datasets compared to the physical memory of the computer?
Simon493
Simon493 on 18 Mar 2019
The datasets usually are between 12-14 gb, so they usually fit in the memory.

Sign in to comment.

Accepted Answer

Luna
Luna on 15 Mar 2019
Hello,
Have you ever checked table and datastore? You can look at below links and their relevant properties and methods in documentation:
  4 Comments
Simon493
Simon493 on 18 Mar 2019
Thank you very much! Your answer helps me a lot!
I will do research on the links you send me.
Luna
Luna on 18 Mar 2019
Your welcome :)

Sign in to comment.

More Answers (0)

Categories

Find more on Tables in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!