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
205e815a
Commit
205e815a
authored
Nov 22, 2019
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改es tag统计脚本
parent
021ab4cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
es_tag.py
es_tag.py
+3
-3
No files found.
es_tag.py
View file @
205e815a
...
...
@@ -436,7 +436,7 @@ def answer():
df
=
pd
.
DataFrame
(
total_list
)
df
=
df
.
rename
(
columns
=
{
0
:
"tag"
,
1
:
"star_3"
,
2
:
"star_4"
,
3
:
"star_5"
,
4
:
"video_star_3"
,
5
:
"video_star_4"
,
6
:
"video_star_5"
})
df
.
to_csv
(
"/home/gmuser/answer.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
df
.
to_csv
(
"/home/gmuser/
tag_
answer.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
def
question
():
...
...
@@ -682,7 +682,7 @@ def question():
df
=
pd
.
DataFrame
(
total_list
)
df
=
df
.
rename
(
columns
=
{
0
:
"tag"
,
1
:
"number"
,
2
:
"video_number"
})
df
.
to_csv
(
"/home/gmuser/question.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
df
.
to_csv
(
"/home/gmuser/
tag_
question.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
def
topic
():
...
...
@@ -1073,7 +1073,7 @@ def topic():
df
=
pd
.
DataFrame
(
total_list
)
df
=
df
.
rename
(
columns
=
{
0
:
"tag"
,
1
:
"star_3"
,
2
:
"star_4"
,
3
:
"star_5"
,
4
:
"video_star_3"
,
5
:
"video_star_4"
,
6
:
"video_star_5"
})
df
.
to_csv
(
"/home/gmuser/topic.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
df
.
to_csv
(
"/home/gmuser/t
ag_t
opic.csv"
,
index
=
False
,
encoding
=
"utf_8_sig"
)
def
test_topic
():
query_operator
=
"and"
...
...
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