gage-russell / pandas-lineage

Apache License 2.0
13 stars 6 forks source link

fill in empty doc strings #10

Open gage-russell opened 2 years ago

gage-russell commented 2 years ago

Fill in doc-strings containing TODO and nothing else.

preferred style:

        """
        Descirption ....

        Parameters
        ----------
        arg1 : type hinting; default
            description
        index : type hinting; default
            description

        Returns
        -------
        name : type hinting; description
        """