Skip to content

Commit 306eebe

Browse files
committed
Module-level docstring
1 parent 350eab5 commit 306eebe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pandas/formats/common.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# -*- coding: utf-8 -*-
2+
"""
3+
Common helper methods used in different submodules of pandas.formats
4+
"""
5+
6+
17
def get_level_lengths(levels, sentinel=''):
28
"""For each index in each level the function returns lengths of indexes.
39

0 commit comments

Comments
 (0)