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
96
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
370
Primeros pasos en AI/ML
vickyale
0
95
ML Zero to Hero in GCP
vickyale
0
63
Agile & Big Data
vickyale
1
31
Clean Data with Python
vickyale
0
210
AoG Workshop for IWD19
vickyale
0
120
Introducción a Actions for Google Assistant
vickyale
0
48
Kit para crear un sitio web móvil asombroso!
vickyale
0
31
Other Decks in Technology
See All in Technology
OCI 運用監視サービス 概要
oracle4engineer
PRO
0
4.8k
強いチームと開発生産性
onk
PRO
35
11k
Terraform Stacks入門 #HashiTalks
msato
0
360
Lambda10周年!Lambdaは何をもたらしたか
smt7174
2
110
iOS/Androidで同じUI体験をネ イティブで作成する際に気をつ けたい落とし穴
fumiyasac0921
1
110
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
障害対応指揮の意思決定と情報共有における価値観 / Waroom Meetup #2
arthur1
5
490
Flutterによる 効率的なAndroid・iOS・Webアプリケーション開発の事例
recruitengineers
PRO
0
120
Platform Engineering for Software Developers and Architects
syntasso
1
520
AI前提のサービス運用ってなんだろう?
ryuichi1208
8
1.4k
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
2
230
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
88
5.7k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Being A Developer After 40
akosma
87
590k
The Cult of Friendly URLs
andyhume
78
6k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Site-Speed That Sticks
csswizardry
0
31
Adopting Sorbet at Scale
ufuk
73
9.1k
Typedesign – Prime Four
hannesfritz
40
2.4k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
25
1.8k
Designing for humans not robots
tammielis
250
25k
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