[][src]Module blackjack::enums

Enums to be used throughout the crate.

Enums

Column

An enum representation of a Series, typically only seen when trying to get a reference to a column/Series from a DataFrame without knowing its type beforehand.

DType

Possible DType returns, matches BlackJackData

Datum

Container for use with Row struct