Skip to main content
Ctrl+K
staircase  documentation - Home staircase  documentation - Home
  • Getting started
  • User Guide
  • Case Studies
  • API reference
  • Development
    • Release notes
  • GitHub
  • Getting started
  • User Guide
  • Case Studies
  • API reference
  • Development
  • Release notes
  • GitHub

Section Navigation

  • Thinking in step functions
  • A note on interval endpoints
  • The layer method
  • Working with dates
  • Masking
  • Slicing
  • Distribution of values
  • Array methods (and pandas Extension Array)
  • Gotchas
  • Frequently asked questions
  • Cookbook
  • User Guide

User Guide#

The code examples in the user guide assume the following setup:

>>> import staircase as sc
>>> import pandas as pd
>>> import numpy as numpy
>>> import matplotlib.pyplot as plt


Thinking in step functions

A note on interval endpoints

The layer method

Working with dates

Masking

Slicing

Distribution of values

Array methods

Gotchas

Frequently asked questions

Cookbook



previous

What next?

next

Thinking in step functions

© Copyright 2020-2025, Riley Clement.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.