Giter VIP home page Giter VIP logo

a1-introduccion-a-bases-de-datos's Introduction

Módulo: Fundamentos de Base de datos para Ciencia de Datos

OBJETIVOS

  • Conocer las herramientas de la terminal para obtener, preparar y consultar conjuntos de datos.
  • Definir, agregar, modificar y consultar bases de datos con MySQL.
  • Definir, agregar, modificar y consultar bases de datos con MondoDB.
  • Consultar datos por medio de API en la nube.

ORGANIZACIÓN DE MÓDULO

a1-introduccion-a-bases-de-datos's People

Contributors

beduexpert avatar gabogomezt avatar rctorr avatar wicho1001 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

a1-introduccion-a-bases-de-datos's Issues

Sesion 07

Falta actualizar Readme.md de la sesion 7 en la rama student

Sesión 02 - Sed de Mac OS X no funciona con películas

Detalle:

En la sesión 02, ejemplo 01, cuando se hace uso de Sed, la herramienta incluida en Mac OS X, no puede convertir el archivo movies.dat a movies.csv

$ sed "s/::/,/g" users.dat > users.csv
[...]
sed: RE error: illegal byte sequence

Este detalle ocurre porque el comando sed trabaja de forma diferente en Mac y BSD, comparado con el de GNU. La opción mas viable que encuentro es que el alumno con Mac descargue gnu-sed:

brew install gnu-sed

Y después de su instalación correr estos comandos con ´gsed´:

gsed "s/::/,/g" movies.dat
[...]
3950,Tigerland (2000),Drama
3951,Two Family House (2000),Drama
3952,Contender, The (2000),Drama|Thriller

Si se considera este método bueno, sería viable agregar esta ayuda en el repositorio o en el prework.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.