Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 450 Bytes

File metadata and controls

10 lines (7 loc) · 450 Bytes

My Python2.7 solution of Data engineering code challenge

by YuZhang  

Description of the solution:

1.Detailed of the problem can be found at:https://github.com/InsightDataScience/donation-analytics

2.The solution uses Pandas, Numpy and Python2.7 standard libraries. The Python2.7 script is src/donation-analytics.py using ./run.sh to execute.

3.To test the solution, execute ./run_tests.sh in the insight_testsuite folder.