DATA_TRANSPOSE
Scripts to transpose data from long to wide formats in Java, PHP, Python, R, SAS, SQL, XSLT, and VBA (MS Access and MS Excel).
Using Google Doodles from 2010-2015 data, scripts read in attached yearly CSV files, aggregates data by distinct Year, Date, and Month, then transposes data into month columns.
REQUIREMENTS:
- Java - core utilities and io packages (version 1.8+)
- PHP - none (version 5+ core is only needed)
- Python - pandas package
- R - none (version 3+ base is only needed)
- SAS - none (version 9.0+ base is only needed)
- XSLT - xslt processor/script and attached xml file
- SQL - ANSI-compliant relational database of imported table data
- VBA - MS Office (Access/Excel) 2007+ installed