Data analysis library
Agate is a Python data analysis library. It is an alternative to numpy and pandas that solves real-world problems with readable code. Agate was previously known as journalism.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'locales' does not match package name 'python-agate-locales' | |
input-labels Identify input labels that do not match package names | label 'python-csselect' does not match package name 'python-cssselect' | |
optional-tests Make sure tests are only run when requested | the 'check' phase should respect #:tests? |