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
If the user specifies a column in as index that doesn't exist a KeyError gets thrown.
What is the way to handle this? We could
a) throw an error (that explains the problem better to the user than now) and abort or
b) warn and try to fix this by either deleting the faulty column specifier or generating a new index from scratch.
I would do variant a)
The text was updated successfully, but these errors were encountered:
If the user specifies a column in as index that doesn't exist a KeyError gets thrown.
What is the way to handle this? We could
a) throw an error (that explains the problem better to the user than now) and abort or
b) warn and try to fix this by either deleting the faulty column specifier or generating a new index from scratch.
I would do variant a)
The text was updated successfully, but these errors were encountered: