In [1]:
import pixiedust
In [2]:
pixiedust.sampleData()
In [3]:
popdf = pixiedust.sampleData(3)
In [4]:
display(popdf)
In [5]:
homesdf = pixiedust.sampleData(6)
The first time you run the main pixiedust visualization command, display(), you get the default visualization, which is a table. Then, from the drop-down menu select "Map", and populate the options dialog as follows:
In [6]:
display(homesdf)