Skip to content

Commit

Permalink
Fix pandas error
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev committed Mar 1, 2024
1 parent 89564c7 commit 3aa7b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ccc/calcfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from ccc.constants import TAX_METHODS
from ccc.utils import str_modified

pd.set_option("future.no_silent_downcasting", True)
# pandas error?
# pd.set_option("future.no_silent_downcasting", True)

ENFORCE_CHECKS = True

Expand Down

0 comments on commit 3aa7b17

Please sign in to comment.