Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Amazon-Selection-Data
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abel_cjy
Amazon-Selection-Data
Commits
6d450d6e
Commit
6d450d6e
authored
Mar 04, 2026
by
wangjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e6ac1bbf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dwt_self_asin_detail_rating.py
Pyspark_job/dwt/dwt_self_asin_detail_rating.py
+2
-2
No files found.
Pyspark_job/dwt/dwt_self_asin_detail_rating.py
View file @
6d450d6e
...
...
@@ -125,8 +125,8 @@ class DwtSelfAsinDetailRating(Templates):
self
.
df_save
=
self
.
df_save
.
withColumn
(
"date_info"
,
F
.
lit
(
self
.
date_info
))
print
(
"df_save数量为"
,
self
.
df_save
.
count
())
self
.
df_save
.
show
(
truncate
=
False
,
vertical
=
True
)
# vertical=True 会让每一行数据竖着显示,字段名和值一一对应
def
save_data
(
self
):
pass
#
def save_data(self):
#
pass
if
__name__
==
'__main__'
:
...
...
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