Advertisement
krishnaetl2102

python code

Dec 12th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.14 KB | None | 0 0
  1. Hi
  2. here i have attached my source file
  3. and output file
  4. how can i do with python code somone please suggest me the code.
  5.  
  6. sourcefile:
  7. sector  code    identity    base    series                                 
  8. 10  AB  FINGER  UNITY                                      
  9.                                                    
  10. policyID    statecode   county  eq_site_limit   hu_site_limit   fl_site_limit   fr_site_limit   tiv_2011    tiv_2012    eq_site_deductible  hu_site_deductible  fl_site_deductible  fr_site_deductible  point_latitude
  11. 119736  FL  CLAY COUNTY 498960  498960  498960  498960  498960  792148.9    0   9979.2  0   0   30.102261
  12. 448094  FL  CLAY COUNTY 1322376.3   1322376.3   1322376.3   1322376.3   1322376.3   1438163.57  0   0   0   0   30.063936
  13. 206893  FL  CLAY COUNTY 190724.4    190724.4    190724.4    190724.4    190724.4    192476.78   0   0   0   0   30.089579
  14. 333743  FL  CLAY COUNTY 0   79520.76    0   0   79520.76    86854.48    0   0   0   0   30.063236
  15. 172534  FL  CLAY COUNTY 0   254281.5    0   254281.5    254281.5    246144.49   0   0   0   0   30.060614
  16. 785275  FL  CLAY COUNTY 0   515035.62   0   0   515035.62   884419.17   0   0   0   0   30.063236
  17. 995932  FL  CLAY COUNTY 0   19260000    0   0   19260000    20610000    0   0   0   0   30.102226
  18. 223488  FL  CLAY COUNTY 328500  328500  328500  328500  328500  348374.25   0   16425   0   0   30.102217
  19.  
  20.  
  21. output:
  22. sector  code    identity    base    series  policyID    statecode   county  eq_site_limit   hu_site_limit   fl_site_limit   fr_site_limit   tiv_2011    tiv_2012    eq_site_deductible  hu_site_deductible  fl_site_deductible  fr_site_deductible  point_latitude
  23. 10  AB  FINGER  UNITY       119736  FL  CLAY COUNTY 498960  498960  498960  498960  498960  792148.9    0   9979.2  0   0   30.102261
  24. 10  AB  FINGER  UNITY       448094  FL  CLAY COUNTY 1322376.3   1322376.3   1322376.3   1322376.3   1322376.3   1438163.57  0   0   0   0   30.063936
  25. 10  AB  FINGER  UNITY       206893  FL  CLAY COUNTY 190724.4    190724.4    190724.4    190724.4    190724.4    192476.78   0   0   0   0   30.089579
  26. 10  AB  FINGER  UNITY       333743  FL  CLAY COUNTY 0   79520.76    0   0   79520.76    86854.48    0   0   0   0   30.063236
  27. 10  AB  FINGER  UNITY       172534  FL  CLAY COUNTY 0   254281.5    0   254281.5    254281.5    246144.49   0   0   0   0   30.060614
  28. 10  AB  FINGER  UNITY       785275  FL  CLAY COUNTY 0   515035.62   0   0   515035.62   884419.17   0   0   0   0   30.063236
  29. 10  AB  FINGER  UNITY       995932  FL  CLAY COUNTY 0   19260000    0   0   19260000    20610000    0   0   0   0   30.102226
  30. 10  AB  FINGER  UNITY       223488  FL  CLAY COUNTY 328500  328500  328500  328500  328500  348374.25   0   16425   0   0   30.102217
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement