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
120
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
180
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
400
Primeros pasos en AI/ML
vickyale
0
98
ML Zero to Hero in GCP
vickyale
0
69
Agile & Big Data
vickyale
1
38
Clean Data with Python
vickyale
0
220
AoG Workshop for IWD19
vickyale
0
120
Introducción a Actions for Google Assistant
vickyale
0
60
Kit para crear un sitio web móvil asombroso!
vickyale
0
38
Other Decks in Technology
See All in Technology
新卒エンジニア研修の試行錯誤と工夫/nikkei-tech-talk-31
nishiuma
0
200
Go製のマイグレーションツールの git-schemalex の紹介と運用方法
shinnosuke_kishida
1
410
DevOps文化を育むQA 〜カルチャーバブルを生み出す戦略〜 / 20250317 Atsushi Funahashi
shift_evolve
1
110
大規模プロジェクトにおける 品質管理の要点と実践 / 20250327 Suguru Ishii
shift_evolve
0
290
React Server Componentは 何を解決し何を解決しないのか / What do React Server Components solve, and what do they not solve?
kaminashi
6
1.2k
非エンジニアにも伝えるメールセキュリティ / Email security for non-engineers
ykanoh
13
4k
Multitenant 23ai の全貌 - 機能・設計・実装・運用からマイクロサービスまで
oracle4engineer
PRO
2
120
数百台のオンプレミスのサーバーをEKSに移行した話
yukiteraoka
0
680
チームの性質によって変わる ADR との向き合い方と、生成 AI 時代のこれから / How to deal with ADR depends on the characteristics of the team
mh4gf
4
340
KCD Brazil '25: Enabling Developers with Dapr & Backstage
salaboy
1
130
Enterprise AI in 2025?
pamelafox
0
100
Go の analysis パッケージで自作するリファクタリングツール
kworkdev
PRO
1
420
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
470
Automating Front-end Workflow
addyosmani
1369
200k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Into the Great Unknown - MozCon
thekraken
36
1.7k
Practical Orchestrator
shlominoach
187
10k
Adopting Sorbet at Scale
ufuk
75
9.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Building a Modern Day E-commerce SEO Strategy
aleyda
39
7.2k
For a Future-Friendly Web
brad_frost
176
9.6k
It's Worth the Effort
3n
184
28k
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