Skip to content
4 changes: 4 additions & 0 deletions pandas/tests/reductions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Tests for reductions where we want to test for matching behavior across
Array, Index, Series, and DataFrame methods.
"""
Loading