Small python module for creating Datatables - df2tables
Small python module for creating Datatables - df2tables

I created a python module that converts data frames (python structure for data analysis) to Datatables.
It may be useful for some people.
Docs, demo:
It is generally surprising how large datasets (100k rows+) can be browsed and still be responsive! This confirms how well built Datatables are.
It turns out that it is useful for browsing e.g. training data for ML algorithms.
Many thanks to Allan for creating such a great open source tool.
Replies
That's awesome - nice one! Thanks for creating and sharing this with the community. I've added a link to it on the DataTables landing page.
Allan