Parsing Texas Assessment Data
Posted on Sat 29 January 2022 in Tutorial
Demo of using pandas to pivot jagged ultra-wide dataset into a consistent and long format.
Continue reading
Posted on Sat 29 January 2022 in Tutorial
Demo of using pandas to pivot jagged ultra-wide dataset into a consistent and long format.
Posted on Thu 04 February 2021 in Tutorial
Posted on Tue 12 January 2021 in Tutorial
An explanation about using the pandas json_normalize function to handle nested JSON data.