{ "cells": [ { "cell_type": "markdown", "id": "024c53d6-2eb4-4fb6-97c6-390d1b26e22a", "metadata": {}, "source": [ "# Intro" ] }, { "cell_type": "code", "execution_count": 1, "id": "88b1eca1-bfe4-4eaa-982b-00dc225f138a", "metadata": {}, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 4, "id": "d293f24e-b72d-428e-9b13-dfe40694d7dd", "metadata": {}, "outputs": [], "source": [ "data = pd.read_csv('./datos/data_terremotos_sudamerica.csv')" ] }, { "cell_type": "code", "execution_count": 5, "id": "881edde6-317a-4cff-9949-43fdb6242389", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
timelatitudelongitudedepthmagmagTypenstgapdminrms...updatedplacetypehorizontalErrordepthErrormagErrormagNststatuslocationSourcemagSource
02023-11-04T11:00:36.531Z6.7014-73.0657159.0154.6mb100.038.00.8040.68...2024-01-10T06:01:55.040Z4 km SE of Jordán, Colombiaearthquake9.227.0800.029354.0reviewedusus
12023-11-03T13:37:02.007Z7.5569-36.528110.0004.2mb18.088.013.3100.21...2024-01-10T06:01:49.040Zcentral Mid-Atlantic Ridgeearthquake9.601.8780.16710.0reviewedusus
22023-11-03T12:53:12.347Z10.5389-40.806910.0004.4mb22.069.012.9050.61...2024-01-10T06:01:48.040Znorthern Mid-Atlantic Ridgeearthquake11.731.9100.12419.0reviewedusus
32023-11-03T10:17:33.798Z10.5998-40.819410.0004.9mb83.039.012.9190.62...2024-01-10T06:01:47.040Znorthern Mid-Atlantic Ridgeearthquake5.211.8160.06087.0reviewedusus
42023-11-03T07:37:40.929Z-29.9953-72.005330.4744.6mwr74.095.00.6700.53...2024-01-10T06:01:46.040Z64 km W of Coquimbo, Chileearthquake4.963.7450.03963.0reviewedusus
\n", "

5 rows × 22 columns

\n", "
" ], "text/plain": [ " time latitude longitude depth mag magType nst \\\n", "0 2023-11-04T11:00:36.531Z 6.7014 -73.0657 159.015 4.6 mb 100.0 \n", "1 2023-11-03T13:37:02.007Z 7.5569 -36.5281 10.000 4.2 mb 18.0 \n", "2 2023-11-03T12:53:12.347Z 10.5389 -40.8069 10.000 4.4 mb 22.0 \n", "3 2023-11-03T10:17:33.798Z 10.5998 -40.8194 10.000 4.9 mb 83.0 \n", "4 2023-11-03T07:37:40.929Z -29.9953 -72.0053 30.474 4.6 mwr 74.0 \n", "\n", " gap dmin rms ... updated \\\n", "0 38.0 0.804 0.68 ... 2024-01-10T06:01:55.040Z \n", "1 88.0 13.310 0.21 ... 2024-01-10T06:01:49.040Z \n", "2 69.0 12.905 0.61 ... 2024-01-10T06:01:48.040Z \n", "3 39.0 12.919 0.62 ... 2024-01-10T06:01:47.040Z \n", "4 95.0 0.670 0.53 ... 2024-01-10T06:01:46.040Z \n", "\n", " place type horizontalError depthError \\\n", "0 4 km SE of Jordán, Colombia earthquake 9.22 7.080 \n", "1 central Mid-Atlantic Ridge earthquake 9.60 1.878 \n", "2 northern Mid-Atlantic Ridge earthquake 11.73 1.910 \n", "3 northern Mid-Atlantic Ridge earthquake 5.21 1.816 \n", "4 64 km W of Coquimbo, Chile earthquake 4.96 3.745 \n", "\n", " magError magNst status locationSource magSource \n", "0 0.029 354.0 reviewed us us \n", "1 0.167 10.0 reviewed us us \n", "2 0.124 19.0 reviewed us us \n", "3 0.060 87.0 reviewed us us \n", "4 0.039 63.0 reviewed us us \n", "\n", "[5 rows x 22 columns]" ] }, "execution_count": 5, "metadata": {}, "output_type": "execute_result" } ], "source": [ "data.head()" ] }, { "cell_type": "code", "execution_count": null, "id": "239fd58e-c929-4ae7-bdf9-db325d06b53c", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.12" } }, "nbformat": 4, "nbformat_minor": 5 }