joblib.hash
Produces Different Hashes for Equivalent Pandas DataFrames
#1611
Labels
joblib.hash
Produces Different Hashes for Equivalent Pandas DataFrames
#1611
Description
joblib.hash
produces different hash values for DataFrames that are equivalent in content, columns, and index, which can cause cache misses. This issue appears in particular when the_is_copy
attribute of the DataFrames is different and pointing to different DataFrames.To Reproduce
Environment
Python: 3.11.10
Pandas: 2.2.2
Joblib: 1.4.2
The text was updated successfully, but these errors were encountered: