Exceptions improvements
AndreiKingsley opened this issue · 2 comments
AndreiKingsley commented
- Check existing places with exception throwing
- Catch DataFrame exceptions and handle them
devcrocod commented
Catch DataFrame exceptions and handle them
Why? Don't we use all the logic including data validation on the dataframe?
AndreiKingsley commented
Sometimes for the user the error thrown by the DataFrame can be unclear, in some cases it is necessary to say in more detail and more specific in terms of Kandy (for example: if user performs mapping with an invalid source, we should inform user about that like "Invalid mapping source: (the problem)", not just pass info from dataframe)