Название (год) | Оценка |
---|---|
В джазе только девушки (1959) | 10 |
Эффект бабочки (2003) | 10 |
Следствие ведут колобки (1986) | 10 |
Пипец (2010) | 10 |
Любовь с Уведомлением (2002) | 10 |
Ветер крепчает (2013) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlite3 | |
import pandas as pd | |
from IPython.display import display | |
# change path here | |
conn = sqlite3.connect(r'C:\Users\User\SOLTI_160_ENG__2019_08_07\SOLTI-160w.sqlite') | |
# %% |