Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duizhang_tools
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data—王林芳
duizhang_tools
Commits
9615986d
Commit
9615986d
authored
Nov 14, 2017
by
Data-韩正辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整列名称顺序
parent
2af2089e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
给审计-现金贷-放款表-所有月份可用.py
审计第二阶段/现金贷/给审计-现金贷-放款表-所有月份可用.py
+2
-1
No files found.
审计第二阶段/现金贷/给审计-现金贷-放款表-所有月份可用.py
View file @
9615986d
...
...
@@ -92,10 +92,11 @@ def pay(year, month):
'dunjiao_service_fee'
:
u'趸交服务费'
},
inplace
=
True
)
df_lm
=
df_lm
.
fillna
(
0
)
df_lm
=
df_lm
[[
u'资金方'
,
u'loan_id'
,
u'放款日期'
,
u'放款金额'
,
u'本金债权'
,
u'一次性手续费(QG)'
,
u'一次性手续费(点滴)'
,
u'趸交服务费'
,
u'贷款总期数'
,
u'每期手续费'
,
u'月利率'
,
u'放款渠道'
,
u'渠道流水号'
]]
print
'---------
%
s_
%
s'
%
(
year
,
month
)
print
"放款金额是:"
+
str
(
sum
(
df_lm
[
u'放款金额'
])),
u" 趸交服务费"
+
str
(
sum
(
df_lm
[
u'趸交服务费'
]))
all_wb
=
pyexcelerate
.
Workbook
()
for
i
in
xrange
(
0
,
len
(
df_lm
),
max_limit
):
temp
=
df_lm
[
i
:
i
+
max_limit
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment