This file is indexed.

/usr/share/pyshared/pandas/stats/api.py is in python-pandas 0.7.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
"""
Common namespace of statistical functions
"""

# pylint: disable-msg=W0611,W0614,W0401

from pandas.stats.moments import *
from pandas.stats.interface import ols
from pandas.stats.fama_macbeth import fama_macbeth