Skip to content

Instantly share code, notes, and snippets.

@t-d-o-g
Last active October 15, 2022 13:21
Show Gist options
  • Save t-d-o-g/934a2810be389679771c4cc790132eef to your computer and use it in GitHub Desktop.
Save t-d-o-g/934a2810be389679771c4cc790132eef to your computer and use it in GitHub Desktop.
group: paintings
Collection = {
Collection_Name, Painting_Id, Museum, City, State, Country
'Coll1', 1, 'Mus1', 'New York', 'New York', 'US'
'Coll2', 2, 'Guggenheim', 'New York', 'New York', 'US'
'Coll3', 3, 'Mus3', 'New York', 'New York', 'US'
'Coll4', 4, 'Guggenheim', 'New York', 'New York', 'US'
'Coll5', 5, 'Mus5', 'New York', 'New York', 'US'
'Coll6', 6, 'Mus6', 'New York', 'New York', 'US'
'Coll7', 7, 'Mus7', 'New York', 'New York', 'US'
'Coll8', 8, 'Guggenheim', 'New York', 'New York', 'US'
'Coll9', 9, 'Guggenheim', 'New York', 'New York', 'US'
'Coll10', 10, 'Mus10', 'New York', 'New York', 'US'
'Coll11', 11, 'Mus11', 'New York', 'New York', 'US'
'Coll12', 12, 'Mus12', 'New York', 'New York', 'US'
'Coll12', 6, 'Mus12', 'New York', 'New York', 'US'
'Coll13', 12, 'Mus13', 'New York', 'New York', 'US'
'Coll13', 6, 'Mus13', 'New York', 'New York', 'US'
'Coll14', 14, 'Guggenheim', 'Jersey City', 'New Jersey', 'US'
'Coll15', 15, 'Guggenheim', 'Jersey City', 'New Jersey', 'US'
'Coll16', 16, 'Guggenheim', 'Jersey City', 'New Jersey', 'US'
'Coll17', 17, 'Guggenheim', 'New York', 'New York', 'US'
'Coll18', 1, 'Mus5', 'New York', 'New York', 'US'
}
Painting = {
Painting_Id, Painting_Name, Painter, Century, Year, Style
1, 'Paint1', 'Dali', 20, 1950, 'surrealist'
2, 'Paint2', 'Van Gogh', 19, 1880, 'post impressionist'
3, 'Paint3', 'Warhol', 20, 1970, 'pop'
4, 'Paint4', 'Gauguin', 19, 1890, 'symbolist'
5, 'Paint5', 'Dali', 20, 1960, 'surrealist'
6, 'Paint6', 'Vasarely', 20, 1980, 'Op'
7, 'Paint7', 'Monet', 19, 1810, 'impressionist'
8, 'Paint8', 'Van Gogh', 19, 1885, 'post impressionist'
9, 'Paint9', 'Picasso', 20, 1920, 'cubist'
10, 'Paint10', 'Van Gogh', 19, 1890, 'post impressionist'
11, 'Paint11', 'Dali', 20, 1961, 'surrealist'
12, 'Paint12', 'Vasarely', 20, 1980, 'Op'
14, 'Paint14', 'Van Gogh', 19, 1895, 'post impressionist'
15, 'Paint15', 'Gauguin', 19, 1890, 'symbolist'
16, 'Paint16', 'Monet', 19, 1810, 'impressionist'
17, 'Paint17', 'Renoir', 19, 1876, 'impressionist'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment