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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Victoria Ubaldo
April 25, 2020
Technology
1
150
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
210
¿Cómo estar al día en Tecnología, como profesional tech?
vickyale
1
470
Primeros pasos en AI/ML
vickyale
0
110
ML Zero to Hero in GCP
vickyale
0
84
Agile & Big Data
vickyale
1
50
Clean Data with Python
vickyale
0
250
AoG Workshop for IWD19
vickyale
0
160
Introducción a Actions for Google Assistant
vickyale
0
72
Kit para crear un sitio web móvil asombroso!
vickyale
0
45
Other Decks in Technology
See All in Technology
堅牢.py#2 LT資料
t3tra
0
130
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.2k
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.3k
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
520
Security Diaries of an Open Source IAM
ahus1
0
210
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
200
AI は "道具" から "同僚" へ 自律型 AI エージェントの最前線と、AI 時代の人材の在り方 / Colleague in the AI Era - Autonomous AI Seminar 2026 at Niigata
gawa
0
150
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
620
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
160
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
290
Featured
See All Featured
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
100
HDC tutorial
michielstock
1
530
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
10k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
Color Theory Basics | Prateek | Gurzu
gurzu
0
250
Rails Girls Zürich Keynote
gr2m
96
14k
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