c4f9b7ca026069fcaa1ad51c730e159ae14fc34b,src/pudl/extract/excel.py,Metadata,get_skipfooter,#Metadata#Any#,78

Before Change



    def get_skipfooter(self, page, **partition):
        Returns number of bottom rows to skip when loading given partition and page.
        return self._skipfooter.at[page, str(list(partition.values())[0])]

    def get_column_map(self, page, **partition):
        Returns the dictionary mapping input columns to pudl columns for given partition and page.

After Change



    def get_skipfooter(self, page, **partition):
        Returns number of bottom rows to skip when loading given partition and page.
        return self._skipfooter.at[page, str(self._get_partition_key(partition))]

    def get_column_map(self, page, **partition):
        Returns the dictionary mapping input columns to pudl columns for given partition and page.
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 6

Instances


Project Name: catalyst-cooperative/pudl
Commit Name: c4f9b7ca026069fcaa1ad51c730e159ae14fc34b
Time: 2020-12-07
Author: cgosnell@catalyst.coop
File Name: src/pudl/extract/excel.py
Class Name: Metadata
Method Name: get_skipfooter


Project Name: catalyst-cooperative/pudl
Commit Name: c4f9b7ca026069fcaa1ad51c730e159ae14fc34b
Time: 2020-12-07
Author: cgosnell@catalyst.coop
File Name: src/pudl/extract/excel.py
Class Name: Metadata
Method Name: get_sheet_name


Project Name: catalyst-cooperative/pudl
Commit Name: c4f9b7ca026069fcaa1ad51c730e159ae14fc34b
Time: 2020-12-07
Author: cgosnell@catalyst.coop
File Name: src/pudl/extract/excel.py
Class Name: GenericExtractor
Method Name: excel_filename


Project Name: catalyst-cooperative/pudl
Commit Name: c4f9b7ca026069fcaa1ad51c730e159ae14fc34b
Time: 2020-12-07
Author: cgosnell@catalyst.coop
File Name: src/pudl/extract/excel.py
Class Name: Metadata
Method Name: get_skiprows


Project Name: catalyst-cooperative/pudl
Commit Name: c4f9b7ca026069fcaa1ad51c730e159ae14fc34b
Time: 2020-12-07
Author: cgosnell@catalyst.coop
File Name: src/pudl/extract/excel.py
Class Name: Metadata
Method Name: get_column_map