Kotlin / kandy

Kotlin plotting library.
https://kotlin.github.io/kandy/
Apache License 2.0
579 stars 12 forks source link

Exceptions improvements #401

Open AndreiKingsley opened 1 month ago

AndreiKingsley commented 1 month ago
devcrocod commented 1 month ago

Catch DataFrame exceptions and handle them Why? Don't we use all the logic including data validation on the dataframe?

AndreiKingsley commented 1 month ago

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)