Learning resources

PyConline AU talk

The Staircase package was debuted during the 2020 PyCon Australia conference (4th-6th September) , renamed to PyConline AU after needing to transition to a completely online format due to Covid19.

Watch the pre-recorded presentation below (description here).

Test data

Ready to give staircase a spin? Need some data? The staircase.make_test_data() function will get you what you need to start playing.

>>> import staircase as sc
>>> dataframe = sc.make_test_data()
>>> dataframe_dates = sc.make_test_data(dates=True)

Articles

COMING SOON.