package
0.0.6
Repository: https://github.com/mmavka/dataframe-go.git
Documentation: pkg.go.dev

# Functions

Describe outputs various statistical information a Series or Dataframe.
DropNil drops all rows that contain nil values.
FillNil replaces all nil values with replaceVal.

# Constants

Mean will fill Nil values with the mean.
Sum will fill Nil values with the sum.

# Structs

DescribeOptions configures what Describe should return or display.
DescribeOutput contains statistical data for a DataFrame or Series.

# Type aliases

SpecialFillNilValue is a special value type for the FillNil function.