ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Redgrave
r857
File Last Change
 ../
Amazon-AnalyzeNamesNormOutput.py 841 (15 months ago) by nino.borges: This program will assist with analyzing the output logs from the Names Norm program. The team has various levels of issues and this will put the higher issues into a sep file, making the process of finding these easier while not getting rid of those other lower priority issues.
Amazon-PastFlaggedNamesCheck.py 840 (15 months ago) by nino.borges: This very simple program will attempt to locate, using just first name and last name, any names that have been flagged in the past as non-attorneys.
Amazon_ConsilioToFullNamesOveride.py 845 (15 months ago) by nino.borges: Updated this to use RE for the email matching. too many non-email values mixed in here, as the file from consilio is messy.
Amazon_NameSearches.py 848 (15 months ago) by nino.borges: Now that I make the NamesNormQC a library and I'm not running code in it, I'm able to now call that instead of trying to mirror it here, which was a mess. Much better.
Amazon_NamesNormQC.py 854 (15 months ago) by nino.borges: Updated the dates_as_counsel attribute so that it's now a list of two value tuples, instead of just a raw string. this parsed version will work much better when I attempt to determine if split role attorneys will fall within one of those ranges. Also updated search_by_email method to search both the work_email_address and the alt_work_email_address, exiting as soon as it finds the first match. There shouldnt be any duplicates, including the alt email addresses, across rows.
Amazon_PerformDeepNamesNormQC.py 857 (15 months ago) by nino.borges: With the additions to the issues list now a function, I simply removed the commented out old lines. Again tested it to be sure I didnt mess something up.
Amazon_PerformNamesNormQC.py 849 (15 months ago) by nino.borges: Now that I make the NamesNormQC a library and I'm not running code in it, I'm able to now call that in other programs. Due to that, I moved the run code here.
Amazon_PrivLogQC.py 852 (15 months ago) by nino.borges: This version adds support for the additionalValuesDict, adding the date value and the legal sources values.
CsvRowCompare.py 779 (3 years ago) by nino.borges: This program will take two CSV files and do a row to row compare. For this to work both CSVs need to have the same colums. Set colOmitList to FALSE if you dont want it to parse at all and remove any columns. for that to work though you have to normalize the date and number fields. NOTE: the concur data HAS pipes in it, so verify each report.
Endo2010CopyCompareWProd.py 778 (3 years ago) by nino.borges: This program will take exports from the 2010Copy database and, using a unique key like CallID or stdActivity, compare these entries with SIF2007Backup or SIF 2008-2012 entries and generate a report that, on select fields will show how the matched field compares. The csvs should be checked for field consistency across the files and a fieldCompare matrix will need to be created, since field names wont be the same. Also there is almost ALWAYS pipes in the data, so you will either need to manually fix after or before OR start using csv lib.
Endo2017BackupCSVMassSearch.py 781 (3 years ago) by nino.borges: general updates
EndoConcurDataMerge.py 777 (3 years ago) by nino.borges: This program will inspect and then combine a large set of spreadsheets with multiple tabs of Concur export data. This is to compare this new merger with a previous merger performed by endo/apks.
EndoCsvFieldDataExtractor.py 776 (3 years ago) by nino.borges: Very simple program that will read a CSV and export a column to a text file for me.
EndoFieldsFlaggedForProdReport.py 781 (3 years ago) by nino.borges: general updates
EndoFieldsFlaggedSummaryReport.py 775 (3 years ago) by nino.borges: This program will take the results from the marked-up table-field report and export a summary of how many fields are selected as which flag per table.
EndoIGChgReqSysToServer.py 790 (3 years ago) by nino.borges: edited to be able to use this file to test the auxilium top level files. will need to edit this to use the different sources, like going back to service now.
EndoIGServerAnalyzer.py 793 (2 years ago) by nino.borges: Added support for other Domains SQL Servers Matrix.
EndoMultipleRowDataCompare.py 763 (4 years ago) by nino.borges: This program will take the results from EndoMultipleTableFieldCompare and will check the rows in those tables to see if they are also the same. This is slightly less useful if you only have a top 50 row sample. better if it's the full table dumps.
EndoMultipleTableFieldCompare.py 781 (3 years ago) by nino.borges: general updates
EndoTableFieldNameSearch.py 781 (3 years ago) by nino.borges: general updates
EndoXlsFieldDataExtractor.py 781 (3 years ago) by nino.borges: general updates
Lilly-DataFlowSearch.py 825 (20 months ago) by nino.borges: version .06, also used this for searching for other key terms, like for mobile apps.
McDonaldsCsvSearch.py 792 (2 years ago) by nino.borges: A simple program that will read a CSV and perform searches, exporting results and a report
McDonaldsDispoTools.py 794 (2 years ago) by nino.borges: a set of functions that I can call which will help me with the 2 ePower disposition projects
NTRS-50SouthCapitalAnalysis.py 815 (2 years ago) by nino.borges: Very simple program that will read multiple CSV files and export a report based on specific questions. This was the final version of this first delivered report.
NTRS-TopSenderAnalysis.py 827 (20 months ago) by nino.borges: .12 update because of onedrive.
NTRS_ICC_CountsAnalysis.py 826 (20 months ago) by nino.borges: .05 adding excel support
SF-SubjectLineDeconstructor.py 802 (2 years ago) by nino.borges: Very simple program that will read a list of subject lines and deconstruct them to consilidate them into a list of something attorneys can use to pull out responsive terms.
0 directories and 28 files shown