Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise ValueError for missing Coordinates in DataFrame #595

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

AlexanderJuestel
Copy link
Contributor

Description

When the X and Y (Z) columns are missing in a DataFrame, an unclear IndexError message is provided. This PR adds a try-except block to catch this error and to return a proper error message.

@AlexanderJuestel AlexanderJuestel changed the base branch from master to dev_alexj September 16, 2021 06:13
@AlexanderJuestel AlexanderJuestel merged commit 7fd0204 into dev_alexj Sep 16, 2021
@AlexanderJuestel AlexanderJuestel mentioned this pull request Sep 16, 2021
22 tasks
@AlexanderJuestel AlexanderJuestel deleted the dev_aj4 branch May 26, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant