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

Week 5 coastal impact beach states #100

Open
FlorisCalkoen opened this issue Mar 15, 2024 · 0 comments
Open

Week 5 coastal impact beach states #100

FlorisCalkoen opened this issue Mar 15, 2024 · 0 comments

Comments

@FlorisCalkoen
Copy link
Owner

FlorisCalkoen commented Mar 15, 2024

For the week 5 notebook we should probably:

  • Cast the data that is used to the right format/type so that the plotting functionalities work as expected. Currently some of the data ("Omega [-]") that is used contains strings of values including greater than signs. E.g., ">5". This may result in issues when plotting the data because the pandas mask does not work on strings. Probably there is a filter somewhere like df["Omega [-]"] > 3 which doesn't work because you're comparing numbers to strings. Probably it would be better to just store data in numeric format.
  • Check why we get so many warnings while plotting the data and avoid that without simply filtering them out
  • Introduce the sections/questions in Markdown cells with headers.
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

No branches or pull requests

1 participant