Skip to content

Commit

Permalink
update 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinalexandr19 committed Apr 11, 2024
1 parent 956ae98 commit e235077
Show file tree
Hide file tree
Showing 25 changed files with 24,517 additions and 10,902 deletions.
32,982 changes: 22,444 additions & 10,538 deletions notebooks/files/rocas.csv

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions notebooks/pg000_inicio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": [
"<span style=\"color:gold; font-size:30px\">**Bienvenido a Python para Geólogos!!!**</span>\n",
"\n",
"<span style=\"color:#43c6ac;font-size:20px\">**Versión: 2.3 (Febrero 2024)**</span>\n",
"<span style=\"color:#43c6ac;font-size:20px\">**Versión: 2.4 (Abril 2024)**</span>\n",
"\n",
"<span style=\"font-size:20px\"> **Autor: Kevin Alexander Gómez** </span>\n",
"\n",
Expand Down Expand Up @@ -79,10 +79,10 @@
" - [Pandas](pg002b_pandas.ipynb)\n",
" - [Matplotlib](pg002c_matplotlib.ipynb)\n",
" - [SQLite - Bases de datos](pg002d_sqlite.ipynb)\n",
" - [Interactividad en Python](pg002e_interactividad.ipynb)\n",
" - [Midiendo el tiempo con Python](pg002f_tiempo.ipynb)\n",
" - [Midiendo el tiempo con Python](pg002e_tiempo.ipynb)\n",
" - [PG003 - Librerías de automatización](pg003_automatizacion.ipynb)\n",
" - [Procesando PDFs en Python](pg003a_pypdf.ipynb)\n",
" - [Interactividad en Python](pg003a_interactividad.ipynb)\n",
" - [Procesando PDFs en Python](pg003b_pypdf.ipynb)\n",
" - [PG099 - Ejercicios de programación geológica](pg099_ejercicios.ipynb)\n",
" - [PG099 - Ejercicios de programación geológica (Solucionario)](pg099_solucionario.ipynb)\n",
"- Estadística y Matemática\n",
Expand All @@ -95,6 +95,7 @@
" - [Análisis descriptivo](pg102a_analisis_descriptivo.ipynb)\n",
" - Análisis exploratorio de datos\n",
" - Análisis inferencial\n",
" - [Bases de datos - Sondajes](pg102d_sql_sondajes.ipynb)\n",
" - [PG103 - Visualización de datos en Geología](pg103_visualizacion.ipynb)\n",
" - [Seaborn](pg103a_seaborn.ipynb)\n",
" - [Plotly](pg103b_plotly.ipynb)\n",
Expand Down
3 changes: 1 addition & 2 deletions notebooks/pg002_librerias.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
"3. [Pandas](pg002b_pandas.ipynb)\n",
"4. [Matplotlib](pg002c_matplotlib.ipynb)\n",
"5. [SQLite - Bases de datos](pg002d_sqlite.ipynb)\n",
"6. [Interactividad en Python](pg002e_interactividad.ipynb)\n",
"7. [Midiendo el tiempo con Python](pg002f_tiempo.ipynb)\n",
"6. [Midiendo el tiempo con Python](pg002e_tiempo.ipynb)\n",
"\n",
"***"
]
Expand Down
Loading

0 comments on commit e235077

Please sign in to comment.