Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Analizar Datos con Python y Google Colab
Search
Victoria Ubaldo
April 25, 2020
Technology
1
140
Analizar Datos con Python y Google Colab
IWD ONLINE 2020
Victoria Ubaldo
April 25, 2020
Tweet
Share
More Decks by Victoria Ubaldo
See All by Victoria Ubaldo
Introduction to NLP : How to improve accessibility with Machine Learning
vickyale
1
200
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
430
Primeros pasos en AI/ML
vickyale
0
110
ML Zero to Hero in GCP
vickyale
0
73
Agile & Big Data
vickyale
1
41
Clean Data with Python
vickyale
0
230
AoG Workshop for IWD19
vickyale
0
140
Introducción a Actions for Google Assistant
vickyale
0
68
Kit para crear un sitio web móvil asombroso!
vickyale
0
43
Other Decks in Technology
See All in Technology
VCC 2025 Write-up
bata_24
0
180
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
3
270
社内お問い合わせBotの仕組みと学び
nish01
0
380
ACA でMAGI システムを社内で展開しようとした話
mappie_kochi
1
270
Goにおける 生成AIによるコード生成の ベンチマーク評価入門
daisuketakeda
2
100
Green Tea Garbage Collector の今
zchee
PRO
2
390
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
77k
SoccerNet GSRの紹介と技術応用:選手視点映像を提供するサッカー作戦盤ツール
mixi_engineers
PRO
1
180
ユニットテストに対する考え方の変遷 / Everyone should watch his live coding
mdstoy
0
130
Optuna DashboardにおけるPLaMo2連携機能の紹介 / PFN LLM セミナー
pfn
PRO
1
880
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
100
バイブコーディングと継続的デプロイメント
nwiizo
2
430
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
36
6.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
580
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Balancing Empowerment & Direction
lara
4
680
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Mobile First: as difficult as doing things right
swwweet
224
10k
Agile that works and the tools we love
rasmusluckow
331
21k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Transcript
Victoria Ubaldo @vikyale Analizar Datos con Python y Google Colab
¿Qué necesitaremos?
Requisitos • Una base interesante para explorar. • Conocimientos básicos
de Python. • Una cuenta Gmail para acceso a Google Colab
1. Una base interesante para explorar.
Usaremos Kaggle Para obtener nuestra base de datos www.kaggle.com
2. Conocimientos básicos de Python.
Text & diagram slides ¿Y porqué Python? Para analizar datos,
el lenguaje de programación Python es una buena opción debido a que es Open Source ,interpretado y es muy fácil de aprender.
Text & diagram slides ¿Cómo lo instalamos? Para este análisis
no necesitaremos instalarlo, porque la siguiente herramienta lo tendrá integrado.
3. Una cuenta Gmail para acceso a Google Colab
Google Colab Puede importar sus propios datos en los notebooks
de Colab desde una cuenta de Google Drive, hojas de cálculo, Github y muchas otras fuentes.
Ingresamos a Google Drive, y en una carpeta creamos un
archivo Google Colaboratory
Demo!
¿Cómo continuar aprendiendo?
¿Donde obtener data?
Links interesantes: https://cloud.google.com/tpu/docs/colabs https://www.tensorflow.org/learn https://codelabs.developers.google.com Canal Youtube: Tensorflow
Victoria Ubaldo @vikyale Analizar Datos con Python y Google Colab