ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/ClientStatAnalysis.py
(Generate patch)

Comparing Python/NinoCode/Active_prgs/ClientStatAnalysis.py (file contents):
Revision 639 by nino.borges, Wed Sep 21 15:07:05 2016 UTC vs.
Revision 640 by nino.borges, Wed Mar 28 20:23:01 2018 UTC

# Line 14 | Line 14 | Emanuel Borges
14   if __name__ == '__main__':
15      clientRawReportFile = r"C:\Test\ClientRawData.csv"
16      outputFileNameAnalysis = r"C:\Test\ClientAnalysis.dat"
17 +    outputFileNameStackedAnalysis = r"C:\Test\ClientStackedAnalysis.dat"
18      outputFileNamePredictive = r"C:\Test\ClientAnalysisPrediction.dat"
19      outputFileNameYearTotal = r"C:\Test\ClientAnalysisYearTotal.dat"
20      rawReportContents = open(clientRawReportFile,'r').readlines()
# Line 25 | Line 26 | if __name__ == '__main__':
26      reportCategoryColumnNumb = 12
27      reportDateColumnNumb = 11
28      reportRevenueColumnNumb = 7
29 +    reportProjectNameColumnNumb = 3
30  
31      esiReportMatrix = {}
32      esiReportYearTotalMatrix = {}

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)