81718c3bf6b741bfc3fc0fbd03e6d1db9861b561,featuretools/entityset/entity.py,Entity,_vals_to_series,#Entity#Any#Any#,633

Before Change


        // we"ve had weird problem with pandas read-only errors
        out_vals = copy.deepcopy(out_vals)
        // no duplicates or NaN values
        return pd.Series(out_vals).drop_duplicates().dropna()

    def _filter_and_sort(self, df, time_last=None,
                         training_window=None,
                         columns=None):

After Change


        // want index to have no name for the merge in query_by_values
        out_vals.index.name = None

        return out_vals

    def _handle_time(self, df, time_last=None,
                     training_window=None,
                     columns=None):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: Featuretools/featuretools
Commit Name: 81718c3bf6b741bfc3fc0fbd03e6d1db9861b561
Time: 2018-08-27
Author: kmax12@gmail.com
File Name: featuretools/entityset/entity.py
Class Name: Entity
Method Name: _vals_to_series


Project Name: catalyst-cooperative/pudl
Commit Name: d9187309769bd34e34294003cef5290e512c6fbc
Time: 2020-07-31
Author: zane.selvans@catalyst.coop
File Name: src/pudl/transform/eia861.py
Class Name:
Method Name: _harvest_associations


Project Name: commonsense/conceptnet5
Commit Name: 0d768b06d5aea91bd6f8755e605f2c706a9373f8
Time: 2016-02-24
Author: rob@luminoso.com
File Name: conceptnet5/vectors/__init__.py
Class Name:
Method Name: similar_to


Project Name: merenlab/anvio
Commit Name: 8957244c17bc9cfd004663ec07fe56bafa24afd4
Time: 2019-08-13
Author: quentin.clayssen@gmail.com
File Name: anvio/taxoestimation.py
Class Name: SCGsTaxomy
Method Name: make_rank_matrix