dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6,docs/_build/html/_downloads/plot_dataframe.py,,,#,20

Before Change


import hypertools as hyp
import pandas as pd

data = pd.read_csv("sample_data/mushrooms.csv")
group = data.pop("class")

hyp.plot(data,"o", group=group)

After Change


import hypertools as hyp
import pandas as pd

data = hyp.tools.load("mushrooms")

group = data.pop("class")

hyp.plot(data,"o", group=group)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 12

Non-data size: 5

Instances


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/_build/html/_downloads/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: examples/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/_build/html/_downloads/plot_clusters.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/_build/html/_downloads/plot_clusters.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/auto_examples/plot_clusters.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/_build/html/_downloads/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/auto_examples/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/auto_examples/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: docs/auto_examples/plot_clusters.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: examples/plot_clusters.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: fc056b5d19c837dd39d394f3e27b4533b610826e
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: examples/plot_dataframe.py
Class Name:
Method Name:


Project Name: ContextLab/hypertools
Commit Name: dfaae874ba0c3ae52b2aeff01daba8dc7a796bb6
Time: 2017-04-14
Author: andrew.heusser@gmail.com
File Name: examples/plot_clusters.py
Class Name:
Method Name: