Itables Versions Save

Pandas DataFrames as Interactive DataTables

v1.6.4

3 months ago

Fixed

v1.6.3

5 months ago

Changed

  • HTML in table columns is supported (#213)

v1.6.2

7 months ago

Fixed

  • We have removed an indirect dependency on jinja2 caused by the Pandas style objects (#202)

v1.6.1

8 months ago

Fixed

  • We have fixed an issue when rendering Pandas style objects in Google Colab (#199)

v1.6.0

8 months ago

Added

Fixed

  • We do not generate timedeltas in the sample dataframes when using pandas==2.1 as this fails (pandas-55080)

v1.5.4

9 months ago

Fixed

  • Fixed an OverflowError when displaying Polar tables containing unsigned integers (#192)

Changed

  • We have refactored the GitHub Action workflows. Python 2 was removed since it is not supported anymore.

v1.5.3

11 months ago

Fixed

  • We fixed an interaction issue with other ui elements in Shiny apps - use from itables.shiny import DT (#181)
  • We fixed the rendering of some empty dataframes

v1.5.2

1 year ago

Fixed

  • Integers that are too big for Javascript are converted to str (#152)
  • If a downsampling occurs, the downsampling message is displayed even if the table only has a few rows

Added

  • We have added a CI configuration where we test itables against pandas in pre-release versions

v1.5.1

1 year ago

Fixed

  • Empty Polars DataFrame are now rendered correctly (#167)

v1.5.0

1 year ago

Fixed

  • We have addressed the window.initializeDataTable is not a function error when a notebook is reloaded (#160, #163). Many thanks again to François Wouts for providing the right fix!

Added

  • Polars DataFrames are supported (#159)
  • We have added an example to show how to include images in tables (#158)
  • We have added links and images (flags from https://flagpedia.net) to the sample countries df (#158).

Changed

  • We have updated the pre-commit hooks