{ "cells": [ { "cell_type": "markdown", "id": "89375319-5ac5-40e0-a8af-eae13ccf07aa", "metadata": {}, "source": [ "# Sunshine Hours" ] }, { "cell_type": "code", "execution_count": 1, "id": "cdd6cc17-7f95-4692-b36d-4f0ec4234e05", "metadata": { "execution": { "iopub.execute_input": "2024-11-01T20:41:05.287672Z", "iopub.status.busy": "2024-11-01T20:41:05.285536Z", "iopub.status.idle": "2024-11-01T20:41:08.103181Z", "shell.execute_reply": "2024-11-01T20:41:08.103016Z" } }, "outputs": [ { "data": { "text/html": [ "
\n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "%useLatestDescriptors\n", "%use dataframe\n", "%use lets-plot" ] }, { "cell_type": "code", "execution_count": 2, "id": "913838dd-ad3c-4657-a5d7-42ef00972d1e", "metadata": { "execution": { "iopub.execute_input": "2024-11-01T20:41:08.104929Z", "iopub.status.busy": "2024-11-01T20:41:08.104795Z", "iopub.status.idle": "2024-11-01T20:41:08.939333Z", "shell.execute_reply": "2024-11-01T20:41:08.939100Z" } }, "outputs": [ { "data": { "application/kotlindataframe+json": "{\"nrow\":3,\"ncol\":6,\"columns\":[\"Country\",\"City\",\"Year\",\"Month\",\"Sunshine hours\",\"Angle\"],\"kotlin_dataframe\":[{\"Country\":\"Spain\",\"City\":\"Barcelona\",\"Year\":2591.0,\"Month\":\"JAN\",\"Sunshine hours\":158.0,\"Angle\":-15.0},{\"Country\":\"Spain\",\"City\":\"Barcelona\",\"Year\":2591.0,\"Month\":\"FEB\",\"Sunshine hours\":171.0,\"Angle\":-45.0},{\"Country\":\"Spain\",\"City\":\"Barcelona\",\"Year\":2591.0,\"Month\":\"MAR\",\"Sunshine hours\":206.0,\"Angle\":-75.0}]}", "text/html": [ " \n", " \n", " \n", " \n", " \n", "DataFrame: rowsCount = 3, columnsCount = 6
\n", "Country | City | Year | Month | Sunshine hours | Angle |
---|---|---|---|---|---|
Spain | Barcelona | 2591.000000 | JAN | 158.000000 | -15.000000 |
Spain | Barcelona | 2591.000000 | FEB | 171.000000 | -45.000000 |
Spain | Barcelona | 2591.000000 | MAR | 206.000000 | -75.000000 |