This code could be creating an archive with twelve excel files. Files simulate monthly sales activity.
-
%load_ext autoreload
%autoreload 2
-
%run GenDataFiles.py
-
Create folder and moving generated files:
!mkdir ./SalesData
!mv ./*.csv ./SalesData
-
%run ArchivationCreatedFiles.py
!ls -GFlash --color ./
-
%run MergeAndCleanDate.py
df
-
%run AddFeature.py
df