b78bed35f1fcfba945e36fd11a29305b390719a1,lib/streamlit/VegaLiteChart.py,,marshall,#Any#Any#Any#,19

Before Change


    if data is None:
        data = pd.DataFrame([])

    elif type(data) is not pd.DataFrame:
        data = pd.DataFrame(data)

    if spec is None:

After Change


    See DeltaGenerator.vega_lite_chart for docs.
    
    if data is None:
        data = []

    if spec is None:
        spec = dict()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: streamlit/streamlit
Commit Name: b78bed35f1fcfba945e36fd11a29305b390719a1
Time: 2018-10-23
Author: thiagot@gmail.com
File Name: lib/streamlit/VegaLiteChart.py
Class Name:
Method Name: marshall


Project Name: NVIDIA/OpenSeq2Seq
Commit Name: b0728e31f312bc703ab227b6ff69f0a92b3dba07
Time: 2018-05-17
Author: igor.a.gitman@gmail.com
File Name: open_seq2seq/utils/utils.py
Class Name:
Method Name: cast_types


Project Name: streamlit/streamlit
Commit Name: b78bed35f1fcfba945e36fd11a29305b390719a1
Time: 2018-10-23
Author: thiagot@gmail.com
File Name: lib/streamlit/DeckGlChart.py
Class Name:
Method Name: marshall