cyberosa
commited on
Commit
·
c394ce7
1
Parent(s):
35cf795
remove old code
Browse files- tabs/tool_accuracy.py +0 -5
tabs/tool_accuracy.py
CHANGED
@@ -176,11 +176,6 @@ def plot_mech_requests_topthree_tools(
|
|
176 |
daily_mech_requests_local_copy.tool.isin(top_tools)
|
177 |
]
|
178 |
|
179 |
-
# remove the market_creator column
|
180 |
-
daily_mech_requests_local_copy = daily_mech_requests_local_copy.drop(
|
181 |
-
columns=["market_creator"]
|
182 |
-
)
|
183 |
-
|
184 |
# Create a pivot table to get the total mech requests per tool
|
185 |
pivoted = daily_mech_requests_local_copy.pivot(
|
186 |
index="request_date", columns="tool", values="percentage"
|
|
|
176 |
daily_mech_requests_local_copy.tool.isin(top_tools)
|
177 |
]
|
178 |
|
|
|
|
|
|
|
|
|
|
|
179 |
# Create a pivot table to get the total mech requests per tool
|
180 |
pivoted = daily_mech_requests_local_copy.pivot(
|
181 |
index="request_date", columns="tool", values="percentage"
|