You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working with an older version of zentables and pandas where everything worked, but now that I have upgraded to zentables 0.2.4 (downloaded through pip install zentables) and pandas 1.5.3. there is an error when I run df.zen.pretty():
Any idea what might cause that? Is the error on my part or does it also not work for you if you try it in a conda environment with the newest versions?
The text was updated successfully, but these errors were encountered:
I've been getting the same feedback in the last few days about zentables not working with pandas 1.5.3. It seems that there are be some changes to pandas that make it incompatible with zentables. I will fix it in the next week or so, but the quickest fix is to specify pandas version to 1.3.x or 1.4.x if you are not using any of the new features in the newer versions.
I was working with an older version of zentables and pandas where everything worked, but now that I have upgraded to zentables 0.2.4 (downloaded through
pip install zentables
) and pandas 1.5.3. there is an error when I run df.zen.pretty():Any idea what might cause that? Is the error on my part or does it also not work for you if you try it in a conda environment with the newest versions?
The text was updated successfully, but these errors were encountered: