gurita Logo

Overview

  • Gurita: a command line data analytics and plotting tool
  • License
  • Installation
  • Example input data

General behaviour

  • Command line syntax
  • Input and output
  • Missing values
  • Plotting
  • List of commands
    • Reading and writing data from/to files
      • in
      • out
    • Plotting
      • bar
      • box
      • boxen
      • clustermap
      • count
      • heatmap
      • hist (histogram)
      • line
      • lmplot
      • pair
      • point
      • scatter
      • strip
      • swarm
      • violin
    • Transformation and analysis
      • corr
      • cut
      • dropna
      • eval
      • filter
      • gmm (Gaussian mixture model)
      • groupby
      • head
      • kmeans
      • melt
      • normtest
      • outlier
      • pca
      • pivot
      • sample
      • sort
      • tail
      • unique
      • zscore
    • Summary information
      • describe
      • pretty

Development

  • Contributing
  • Bug reports
  • Feature requests
gurita
  • »
  • List of commands
  • View page source

List of commands

Reading and writing data from/to files

  • in
  • out

Plotting

  • bar
  • box
  • boxen
  • clustermap
  • count
  • heatmap
  • hist (histogram)
  • line
  • lmplot
  • pair
  • point
  • scatter
  • strip
  • swarm
  • violin

Transformation and analysis

  • corr
  • cut
  • dropna
  • eval
  • filter
  • gmm (Gaussian mixture model)
  • groupby
  • head
  • kmeans
  • melt
  • normtest
  • outlier
  • pca
  • pivot
  • sample
  • sort
  • tail
  • unique
  • zscore

Summary information

  • describe
  • pretty
Previous Next

Built with Sphinx using a theme provided by Read the Docs.