You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run these examples, you will need to install the MariaDB database server and load the dump with a database.
1
+
To run these examples, you need to install the MariaDB database server and load the dump into a database.
2
2
3
-
Some installation instruction for MariaDB could be found [here](https://mariadb.com/kb/en/download/).
3
+
Installation instructions for MariaDB can be found [here](https://mariadb.com/kb/en/download/).
4
4
5
-
SQL dump for the MariaDB database with the name "imdb" could be downloaded by this [link](https://drive.google.com/file/d/10HnOu0Yem2Tkz_34SfvDoHTVqF_8b4N7/view?usp=sharing).
5
+
The SQL dump for the MariaDB database named "imdb" can be downloaded from this [link](https://drive.google.com/file/d/10HnOu0Yem2Tkz_34SfvDoHTVqF_8b4N7/view?usp=sharing).
Copy file name to clipboardExpand all lines: notebooks/imdb.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
"source": [
58
58
"**The IMDB Database Exploration: printing schemas for all non-system tables**\n",
59
59
"\n",
60
-
"To run these examples, you will need to install the MariaDB database server and load the dump with a database. Read [Readme.md](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples/blob/master/Readme.md) about it."
60
+
"To run these examples, you need to install the MariaDB database server and load the dump into a database. Read more in the [Readme.md](https://github.com/zaleslaw/KotlinDataFrame-SQL-Examples/blob/master/Readme.md)."
0 commit comments