329
|
1 |
csv:
|
|
2 |
╭──────────────────────┬────────────────┬─────────────────────┬───────────────────────────────────╮
|
|
3 |
│ title (string) │ year (integer) │ director (string) │ screenwriter (string) │
|
|
4 |
├──────────────────────┼────────────────┼─────────────────────┼───────────────────────────────────┤
|
|
5 |
│ Beetlejuice │ 1988 │ Tim Burton │ Warren Skaaren + Michael McDowell │
|
|
6 |
│ Vacation │ 1983 │ Harold Ramis │ John Hughes │
|
|
7 |
│ Christmas Vacation │ 1989 │ Jeremiah S. Chechik │ John Hughes │
|
|
8 |
│ Great Balls of Fire! │ 1989 │ Jim McBride │ Jack Baran + Jim McBride │
|
|
9 |
│ Heathers │ 1988 │ Michael Lehmann │ Daniel Waters │
|
|
10 |
│ Blue Velvet │ 1986 │ David Lynch │ David Lynch │
|
|
11 |
╰──────────────────────┴────────────────┴─────────────────────┴───────────────────────────────────╯
|
|
12 |
Record count: 6
|