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
We found an incompatibility with pandas==2.2.2 in #177 and pinned Pandas in #178. 70 of our tests fail with KeyError: "DataFrame should contain column named 'source'."
We want to address this error and unpin Pandas in our pyproject.toml.
We found an incompatibility with
pandas==2.2.2
in #177 and pinned Pandas in #178. 70 of our tests fail withKeyError: "DataFrame should contain column named 'source'."
We want to address this error and unpin Pandas in our
pyproject.toml
.The issue persists with Python 3.11 (see #188).
The text was updated successfully, but these errors were encountered: