We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350eab5 commit 306eebeCopy full SHA for 306eebe
pandas/formats/common.py
@@ -1,3 +1,9 @@
1
+# -*- coding: utf-8 -*-
2
+"""
3
+Common helper methods used in different submodules of pandas.formats
4
5
+
6
7
def get_level_lengths(levels, sentinel=''):
8
"""For each index in each level the function returns lengths of indexes.
9
0 commit comments