How do you think is the best way to model tabular data?

Right now, I’m converting CSV data to JSONAPI model and rows are > 2000 on an average for each table.
Would also like to know whether any streaming options are available?
PS: We are using Ember for the front-end.

The inherent pagination capability of {json:api} is not enough?