Add a movies example dataset to the repository

This commit is contained in:
Clément Renault 2019-10-09 16:45:32 +02:00
parent 3fded51534
commit 121399f336
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
3 changed files with 19722 additions and 0 deletions

View File

@ -0,0 +1 @@
_datas in movies.csv are from https://www.themoviedb.org/_

19700
datasets/movies/movies.csv Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
# This schema has been generated ...
# The order in which the attributes are declared is important,
# it specify the attribute xxx...
identifier = "id"
[attributes.id]
displayed = true
[attributes.title]
displayed = true
indexed = true
[attributes.overview]
displayed = true
indexed = true
[attributes.release_date]
displayed = true
[attributes.poster]
displayed = true