Skip to content
Snippets Groups Projects
Commit be8f7095 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Added basic pic-sure API MicroETLs

parent 0e4346a6
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -86,8 +86,6 @@ class CorrelationTask(AnalyticTask):
correlation method.
:param df: The DataFrame containing our data.
:param method: The method to use.
:param x_label: The name of the x-axis.
:param y_label: The name of the y-axis.
:return: Several relevant statistics
"""
df = df.drop_duplicates('id')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment