Commit f678c75
[SPARK-36973][PYTHON] Deduplicate prepare data method for HistogramPlotBase and KdePlotBase
### What changes were proposed in this pull request?
Deduplicate prepare data method for HistogramPlotBase and KdePlotBase
### Why are the changes needed?
Deduplicate code
Remove 2 ```TODO``` comment
### Does this PR introduce _any_ user-facing change?
No, only for Dev
### How was this patch tested?
Existing tests
Closes #34251 from dchvn/SPARK-36973.
Lead-authored-by: dch nguyen <dgd_contributor@viettel.com.vn>
Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent 5982162 commit f678c75
1 file changed
Lines changed: 11 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
340 | 346 | | |
341 | 347 | | |
342 | 348 | | |
343 | | - | |
| 349 | + | |
344 | 350 | | |
345 | 351 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
| 352 | + | |
362 | 353 | | |
363 | 354 | | |
364 | 355 | | |
| |||
0 commit comments