You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public data sets and their properties in the Collective Knowledge Format with JSON API and JSON meta information to be easily pluggable to customizable and reproducible CK experimental workflows (such as collaborative program analysis and optimization):
In this project, I loaded the FSI 2020 and 2021 Excel datasets using Pandas. I selected the required columns, merged important data, renamed the columns, and saved the processed files as pickle files. Finally, I combined both datasets, created a line chart with Matplotlib, customized the plot, and automatically exported the figure as a PNG image.