holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
410 stars 69 forks source link

Tests: compatibility with Pandas 3.0 #905

Closed maximlt closed 5 months ago

maximlt commented 5 months ago

Pandas 3.0 will not allow calling to_hdf with positional arguments (except the first one). This only affects the test suite.