background preloader

Formation Dataveyes - LiberTIC

Facebook Twitter

Retour sur l’initiation au Datajournalism et traitement des données. La boite à outils. Many Eyes. Les bouchons nantais. Budget total CG44. Fusion Tables - Google Drive. Bust your data out of its silo!

Fusion Tables - Google Drive

Get more from data with Fusion Tables. Fusion Tables is an experimental data visualization web application to gather, visualize, and share data tables. Tagxedo - Analyse de discours. Dataveyes. LiberTIC. Timeline Tiki Toki. Timetric.com - outils statistiques.

Data.gov. GeoCommons. Macro makedatabasetable. Sub ReversePivotTable() ' Before running this, make sure you have a summary table with column headers. ' The output table will have three columns.

macro makedatabasetable

Dim SummaryTable As Range, OutputRange As Range Dim OutRow As Long Dim r As Long, c As Long On Error Resume Next Set SummaryTable = ActiveCell.CurrentRegion If SummaryTable.Count = 1 Or SummaryTable.Rows.Count < 3 Then MsgBox "Select a cell within the summary table.