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 want to catch the error before it is imported using the Account class into the account list. The data brought in from any date column should be an int or float (it is converted to float no matter what) so it will break somewhere in the code if its a str, I want the break point to be in the loader function.
I want to catch the error before it is imported using the Account class into the account list. The data brought in from any date column should be an int or float (it is converted to float no matter what) so it will break somewhere in the code if its a str, I want the break point to be in the loader function.
branch suggestion:
docs/add-str-check-to-loader
commit suggestion:
docs: :memo: #53 - <commit message>
The text was updated successfully, but these errors were encountered: