c01093ea481de222970eeb1ff52c0184abe4eaa7,src/fetch_foursquare_info.py,,,#,100

Before Change


            else:
                print("Nothing to save.")
            print("//////////////////////////////////////////////////////////////////////////////////////")
            print("")

After Change


            fetched["cnpj"] = company["cnpj"]
            fetched["scraped_at"] = datetime.datetime.utcnow().isoformat()
            normalized = json_normalize(fetched)
            fetched_companies = pd.concat([fetched_companies, normalized])
        else:
            print("There were no matches")

        if (index % 100) == 0:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: okfn-brasil/serenata-de-amor
Commit Name: c01093ea481de222970eeb1ff52c0184abe4eaa7
Time: 2016-12-06
Author: andresouzapinho@gmail.com
File Name: src/fetch_foursquare_info.py
Class Name:
Method Name:


Project Name: HyperGAN/HyperGAN
Commit Name: e479a84dc311792117a6aafc2b9aec17a9f1d290
Time: 2019-02-22
Author: mikkel@255bits.com
File Name: hypergan/samplers/debug_sampler.py
Class Name: DebugSampler
Method Name: __init__


Project Name: deeptools/HiCExplorer
Commit Name: c5372ad596c1a32174ce0135a61c4025d093fb3e
Time: 2017-09-08
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicSumMatrices.py
Class Name:
Method Name: main