A new study from Harvard reveals that open-plan offices decrease rather than increase face-to-face collaboration.
— Leer en www.inc.com/geoffrey-james/its-official-open-plan-offices-are-now-dumbest-management-fad-of-all-time.html
Autor: Manuel H. Arias
Canvas para DataScience
MIT Press and Harvard Data Science Initiative launch the Harvard Data Science Review | MIT News
MIT Press and the Harvard Data Science Initiative have launched the Harvard Data Science Review. An open-access journal published by MIT Press and hosted online via the PubPub platform, HDSR will feature leading global thinkers in the field of data science.
— Leer en news.mit.edu/2019/mit-press-harvard-data-science-initiative-launch-harvard-data-science-review-0715
Visualization
Variables de entorno en una sesión terminal
Es necesario actualizar las variables de entorno cada vez que arrancas un terminal. Ejemplo : variable de entorno para acceso al API de Google Cloud. En python se consigue con la librería os.
AI Ethics | DataRobot
AI holds tremendous promise for many industries. It can improve accuracy, speed, scalability, personalization, consistency, and clarity in so many business functions. But many businesses still hesitate to move forward with AI projects. Why?
— Leer en www.datarobot.com/resource/ai-ethics/
Pandas
Introducción al Dataframe de Pandas con Python (I)
En esta entrada vamos a trabajar con Pandas, una estructura de datos fundamental para trabajar organizar los datasets en DataScience. Es una libreria muy completa, muy documentada en multitud de blogs y que veremos como nos facilita el trabajo. Empecemos!:
Leer más »import pandas as pd import numpy as np
Gestión de ‘listas’ en Python
Análisis de tweets en python (II)
