Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Jolanrensen
Copy link
Collaborator

Fixes #748

  • mean() and std() of nothing now gives NaN, making sure describe() gives a result
  • describe(), std(), and mean() now render types better

Fixes #794

  • The common type for no classes is now defined as Nothing
  • This fixes inference of empty columns

@Jolanrensen Jolanrensen changed the title Nothing fixes This fixes Nothing Jul 30, 2024
Copy link
Contributor

Generated sources will be updated after merging this PR.
Please inspect the changes in here.

@Jolanrensen Jolanrensen merged commit 7ff578a into master Jul 31, 2024
@Jolanrensen Jolanrensen deleted the number-fixes branch July 31, 2024 11:49
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.

DataFrame with empty column infers type Any instead of Nothing DataColumn<Nothing>.isNumber() gives true
2 participants