Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Issues
  • #723
Closed
Open
Issue created Dec 26, 2016 by Administrator@rootContributor

NullCalculationWarnings make csvstat output hard to read

Created by: onyxfish

csvstat examples/realdata/FY09_EDU_Recipients_by_State.csv

...
/Users/cgroskopf/src/agate/agate/aggregations/mean.py:34: NullCalculationWarning: Column "Code" contains nulls. These will be excluded from Mean calculation.
/Users/cgroskopf/src/agate/agate/aggregations/median.py:37: NullCalculationWarning: Column "Code" contains nulls. These will be excluded from Median calculation.
/Users/cgroskopf/src/agate/agate/aggregations/stdev.py:36: NullCalculationWarning: Column "Code" contains nulls. These will be excluded from StDev calculation.
  3. Code
	Number
	Nulls: True
	Min: 1
	Max: 72
	Sum: 1549
	Mean: 29.78846153846153846153846154
	Median: 29.5
	Standard Deviation: 16.77455652487823123699374366
	Unique values: 53
	5 most frequent values:
		1:	1
		2:	1
		4:	1
		5:	1
		6:	1

Haven't decided if this is a 1.0 issue or not. Tentatively in.

Assignee
Assign to
Time tracking