This partial image shows the "Content of file README.md" dialog box. The "close" control is showing on the title bar. There is a Close button at the bottom of the dialog box. There are horizontal and vertical scroll bars. Although the dialog box doesn't show the complete text, the entire text content is as follows: Line 1:# bdm-notebook-demo Line 2:## Combining data from multiple locations Line 3:In this tutorial, we'll demonstrate how you can use Oracle Big Data Manager Notebook to work with **data stored in multiple locations** such as the edges.csv file on `hdfs` and the USERS Oracle database table. Line 4: blank line. Line 5:### About the data Line 6:_Disclaimer: This dataset is completely artificial. It has been generated programmatically based on some arbitrary input_ Line 7: Blank line. Line 8: The `USERS` table contains records about each student name, id, and class category. A value of class_0 in the 'category' column indicates that the student is attending class 0 whereas a value of class_1 indicates that the student is attending class 1. Line 9: Blank line. Line 10:The `edges.csv` file contains many rows (records). Each row contains two columns. Each column represents a student id. The two student ids represent two students who are collaborating on a specific class project. Line 11: Blank line. Line 12: We use the `USERS` Oracle database table to lookup the names of the student ids and which classes they attended: class_0 or class_1. Line 13: Blank line. Line 14:We'll use this dataset to get an idea how frequent such cross-class colaborations are.