{ "cells": [ { "cell_type": "markdown", "id": "f11f3ba9", "metadata": {}, "source": [ "# LABS-3: Systems Project\n", "\n", "In this notebook you will run a few cells to ensure that your environment is properly set up.\n" ] }, { "cell_type": "code", "execution_count": 1, "id": "9074b8b7", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Hello, World!\n" ] } ], "source": [ "## First cell\n", "# run this for step 11 in your instructions\n", "\n", "print(\"Hello, World!\")" ] }, { "cell_type": "code", "execution_count": 2, "id": "4c242432", "metadata": {}, "outputs": [], "source": [ "## Second cell\n", "# run this for step 14 in your instructions\n", "\n", "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 4, "id": "bb9cb781", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | names | \n", "date_x | \n", "score | \n", "genre | \n", "overview | \n", "crew | \n", "orig_title | \n", "status | \n", "orig_lang | \n", "budget_x | \n", "revenue | \n", "country | \n", "
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | \n", "Creed III | \n", "03/02/2023 | \n", "73.0 | \n", "Drama, Action | \n", "After dominating the boxing world, Adonis Cree... | \n", "Michael B. Jordan, Adonis Creed, Tessa Thompso... | \n", "Creed III | \n", "Released | \n", "English | \n", "75000000.0 | \n", "2.716167e+08 | \n", "AU | \n", "
| 1 | \n", "Avatar: The Way of Water | \n", "12/15/2022 | \n", "78.0 | \n", "Science Fiction, Adventure, Action | \n", "Set more than a decade after the events of the... | \n", "Sam Worthington, Jake Sully, Zoe Saldaña, Neyt... | \n", "Avatar: The Way of Water | \n", "Released | \n", "English | \n", "460000000.0 | \n", "2.316795e+09 | \n", "AU | \n", "
| 2 | \n", "The Super Mario Bros. Movie | \n", "04/05/2023 | \n", "76.0 | \n", "Animation, Adventure, Family, Fantasy, Comedy | \n", "While working underground to fix a water main,... | \n", "Chris Pratt, Mario (voice), Anya Taylor-Joy, P... | \n", "The Super Mario Bros. Movie | \n", "Released | \n", "English | \n", "100000000.0 | \n", "7.244590e+08 | \n", "AU | \n", "
| 3 | \n", "Mummies | \n", "01/05/2023 | \n", "70.0 | \n", "Animation, Comedy, Family, Adventure, Fantasy | \n", "Through a series of unfortunate events, three ... | \n", "Óscar Barberán, Thut (voice), Ana Esther Albor... | \n", "Momias | \n", "Released | \n", "Spanish, Castilian | \n", "12300000.0 | \n", "3.420000e+07 | \n", "AU | \n", "
| 4 | \n", "Supercell | \n", "03/17/2023 | \n", "61.0 | \n", "Action | \n", "Good-hearted teenager William always lived in ... | \n", "Skeet Ulrich, Roy Cameron, Anne Heche, Dr Quin... | \n", "Supercell | \n", "Released | \n", "English | \n", "77000000.0 | \n", "3.409420e+08 | \n", "US | \n", "