Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
ML
ffm-baseline
Commits
0c604b00
Commit
0c604b00
authored
Feb 24, 2020
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
17b83862
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
make_data.py
make_data.py
+2
-0
No files found.
make_data.py
View file @
0c604b00
...
@@ -17,6 +17,7 @@ def exp():
...
@@ -17,6 +17,7 @@ def exp():
result
=
cursor
.
fetchall
()
result
=
cursor
.
fetchall
()
h_merchant_id
=
pd
.
DataFrame
(
list
(
result
))[
0
]
.
values
.
tolist
()
h_merchant_id
=
pd
.
DataFrame
(
list
(
result
))[
0
]
.
values
.
tolist
()
print
(
len
(
h_merchant_id
))
print
(
len
(
h_merchant_id
))
h_merchant_id
=
[
str
(
i
)
for
i
in
h_merchant_id
]
print
(
h_merchant_id
[:
6
])
print
(
h_merchant_id
[:
6
])
sql
=
"select merchant_id from statistic_merchant_rank_factor "
\
sql
=
"select merchant_id from statistic_merchant_rank_factor "
\
...
@@ -28,6 +29,7 @@ def exp():
...
@@ -28,6 +29,7 @@ def exp():
db
.
close
()
db
.
close
()
s_merchant_id
=
pd
.
DataFrame
(
list
(
result
))[
0
]
.
values
.
tolist
()
s_merchant_id
=
pd
.
DataFrame
(
list
(
result
))[
0
]
.
values
.
tolist
()
print
(
len
(
s_merchant_id
))
print
(
len
(
s_merchant_id
))
s_merchant_id
=
[
str
(
i
)
for
i
in
s_merchant_id
]
print
(
s_merchant_id
[:
6
])
print
(
s_merchant_id
[:
6
])
print
(
len
(
set
(
s_merchant_id
)
&
set
(
h_merchant_id
)))
print
(
len
(
set
(
s_merchant_id
)
&
set
(
h_merchant_id
)))
...
...
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