You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is taken from Messy Tables Documentation.
type_guess method from types class trying to guess column type by accounting number of successful conversions. Unfortunately, no Categorical data type defined in Messy Tables. The most suitable candidate is String type:
The type guesser aggregates the number of successful conversions of each column to each type, weights them by a fixed type priority and select the most probable type for each column based on that figure. It returns a list of CellType. Empty cells are ignored.
Strict means that a type will not be guessed if parsing fails for a single cell in the column.
This is taken from Messy Tables Documentation.
type_guess method from types class trying to guess column type by accounting number of successful conversions. Unfortunately, no Categorical data type defined in Messy Tables. The most suitable candidate is String type:
The type guesser aggregates the number of successful conversions of each column to each type, weights them by a fixed type priority and select the most probable type for each column based on that figure. It returns a list of CellType. Empty cells are ignored.
Strict means that a type will not be guessed if parsing fails for a single cell in the column.
Trinket should have some feature to determine if data is continuous or categorical.
This should be somewhat guessed on behalf on the user, by the system. However, ultimately the user should have control.
The text was updated successfully, but these errors were encountered: