Small python module for creating Datatables - df2tables

Small python module for creating Datatables - df2tables

Tomasz_STomasz_S Posts: 1Questions: 0Answers: 0

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:

df2tables

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

  • allanallan Posts: 64,640Questions: 1Answers: 10,686 Site admin

    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

Sign In or Register to comment.