fireant
stable
  • Installation and Setup
  • Connecting to the database
  • Creating a Slicer
  • Querying with a Slicer
  • Extending fireant
  • fireant
fireant
  • Docs »
  • FireAnt - Data Analysis and Reporting Tool
  • Edit on GitHub

FireAnt - Data Analysis and Reporting Tool¶

BuildStatus CoverageStatus Codacy Docs PyPi License

fireant is a a data analysis tool used for quickly building charts, tables, reports, and dashboards. It defines a schema for configuring metrics and dimensions which removes most of the leg work of writing queries and formatting charts. fireant even works great with Jupyter notebooks and in the Python shell providing quick and easy access to your data.

Contents¶

  • Installation and Setup
    • Database Connector add-ons
    • Transformer add-ons
  • Connecting to the database
    • Using a different Database
  • Creating a Slicer
    • The slicer class
    • Metrics
    • Dimensions
      • Continuous Dimensions
      • Date/Time Dimensions
      • Boolean Dimensions
      • Categorical Dimensions
      • Unique Dimensions
    • Joins
  • Querying with a Slicer
    • Builder Functions
    • Grouping data with Dimensions
      • Using intervals with Date/Time dimensions
      • Roll Up (Totals)
    • Filtering the query
      • Comparator (Metrics)
      • Boolean (Boolean Dimensions)
      • Range (Date/Time dimensions)
      • Includes (Category and Unique dimensions)
      • Excludes (Category and Unique dimensions)
      • Pattern (Category and Unique dimensions)
      • Anti-Pattern
      • Filtering on Display Definitions
    • Visualizing the data with Widgets
      • matplotlib
      • pandas
      • HighCharts
      • Datatables
      • React-Table
    • Comparing Data to Previous Values using References
    • Post-Processing Operations
  • Extending fireant
  • fireant
    • API Reference
      • Subpackages
      • Submodules
      • fireant.formats module
      • fireant.settings module
      • fireant.utils module
      • Module contents

Indices and tables¶

  • Index
  • Module Index
Next

© Copyright 2016, KAYAK Germany GmbH Revision d9426dac.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.