Webinar Alphacast

Prerequisitos: Recomendamos para aprovechar bien el Webinar de hoy:

¿Para qué sirve Alphacast?

Alphacast es una plataforma de trabajo colaborativo para Economía y Finanzas. En la plataforma distintos tipos de usuarios pueden hacer distintas cosas. Puede consumir contenido o crearlo, lo creado por los usuarios ser publico, privado (o solo para el equpo de trabajo) o, muy pronto pronto, solo accesible para los suscriptores. Con Alphacast podes crear contenido económico y monetizarlo!

La información se organiza en Repositorios (como en github). Los repositorios contienen datasets, charts, mapas e insights.

En el sitio van a encontrar tres tipos de repositorios, los creados por Alphacast, los tuyos y/o de tu equipo y los de cualquier otro "Publisher" de contenido.

¿Cómo se busca y descargan datos?

Estamos trabajando para mejorar mucho la experiencia de busqueda porque sabemos que no es facil encontrar cosas. Mientras tanto, la busqueda de datos se hace desde la vista principal y hoy puede hacerse de tres formas:

  • la barra de search que recorre los datasets
  • Los tags de los datasets y
  • recorrer los repositorios.

Supongamos que encontraste un dataset que te gusta ¿Como podes usar la información de ese dataset?

  1. Explorarla en la vista de Dataset
  2. Ponerle Fav al dataset para futuras referencias
  3. Filtrar y descargar los datos directo desde la pagina o
  4. Descargar desde el add-in de excel
  5. Descargar desde la API

¿Cómo se baja desde excel?

Dependiendo la version de office van a encontrar la opcion de instalacion del add in en distintos lugares. En office 365 por ejemplo esta en "Insert -> My add-ins --> Store --> Alphacast"

Pasemos a Excel para ver como usar el add in para bajar datos.

¿Cómo se baja desde la API?

Vamos a Colab de Google para ver en vivo como se hace un script de Jupyter para descargar los datos

https://colab.research.google.com/drive/1YC0WngSEgAgZomtpFfYm5_eu14lW8uzA?usp=sharing

¿Que es un insight?

Los insights son contenedores de texto, imagenes, charts, mapas, videos, etc. El producto final del analisis. Son muy versatiles y pueden tener contenido de todo tipo. Se crean utilizando el lenguaje de Markdown y pueden tomar muchas formas, por ejemplo:

  • Presentaciones
  • Dashboards
  • Informes recurrentes

¿Como se crea un insight?

Para crear y publicar una insight, hay que hacer clic en el botón "Crear insight"La ventana de la izquierda es el editor. Allí puede escribir, insertar gráficos o formatear su insight.

insights editor.PNG

Los iInsights are created with Markdown language. For a full reference of markdown, features see here https://github.com/lifeparticle/The-Ultimate-Markdown-Cheat-Sheet

  • Headers can be included by using #, ##, ###, ####
  • Images can be inserted using the icon in the toolbar above
  • Explore the toolbar for more options: Bold, Italic, Underline, Striketgeough and more.
  • Alphacast charts can be added in by using '@chart' and '@Ncharts'. To paste an interactive chart, write '@chart' and find your chart and copy everything in the URL after https://charts.alphacast.io/grapher/
  • To add multiple charts use the command '@Ncharts" and paste multiple charts separated by a space

Una vez que esté listo, hay **muchas opciones de publicación **

  • Guardar como un borrador
  • Elegir en qué repositorio desea publicarse
  • Elegir el nivel de privacidad: si desea que la información sea visible en su perfil (acceso público) o accesible solo para aquellos con el enlace (no listado). Estamos trabajando en más opciones de privacidad para que pueda seleccionar con quién desea compartirlo.
  • Los usuarios pueden ver el codigo fuente de cualquier insights
  • Los insights pertenecen a los repositorios. Si son publicos, privados o por suscripcion depende de si el repositorio es publico, privado o por suscripcion.
  • Cada insighti tiene una direccion URL permanente que se puede usar para compartir

¿Cómo se crea un chart o mapa?

With the data uploaded you can create a chart, both from your data and from public repositories that you are watching (to watch a Repo go back to the Repositories lists and click the Watch button).

There are dozens of options. We will soon create a comprehensive guide on how to create charts. In the charts editor, you can:

  • Pick from multiple chart types (Lines, scatter, stacked bars, and more). More chart types will be available soon.
  • [Basic] Select the repository of the chart.
  • [Basic] Pick variables from your repos or those you watch.
  • [Data tab] Pick which information will be shown by default.
  • [Text] Pick the title, slug, and footer.
  • [Customize] Select colors, axes, transformations, and more.
  • Save the chart as a draft or publish it! Once it's published or saved, you will find it on the charts list.

chart editor.png

We will be working on stabilizing the charts and datasets admin and on creating the API to upload data, directly create or update datasets from R, Python or whatever you like. Hopefully, this will be ready next week.

¿Como se sube información en CSV?

Para crear un dataset subiendo un CSV hay que [acceder al Admin clickeando acá] (https://charts.alphacast.io/admin/datasets)

In the admin, you can upload CSV files into your Repositories (soon you will be able to create new repos). The data needs to have the following structure (we will make this more flexible in the future):

  • First column should be country. You can put anything there, but if you put countries they can be used in the maps engine.
  • Second column should be year, on the format YYYY-MM-DD. Both country and year are mandatory and the pair should not be repeated.
  • Then one column for each variable.

Once you upload the CSV file you can select the target repository, the name of the dataset, and pair each variable from the file to a variable name in the Dataset.

import csv.PNG

¿Como se sube informacion desde la API?

Vamos de nuevo a Colab

https://colab.research.google.com/drive/1YC0WngSEgAgZomtpFfYm5_eu14lW8uzA?usp=sharing

Demo Alphacast

Written by

Demo Alphacast

Published in

My Public Repo

You can use you first public repository to share content with the community