mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(deps): bump pandas >=2.0 (#24705)
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
This commit is contained in:
committed by
GitHub
parent
05e724f3d7
commit
91e6f5cb9f
@@ -627,7 +627,7 @@ class TestPartitionViz(SupersetTestCase):
|
||||
metrics = ["metric1", "metric2", "metric3"]
|
||||
procs = {}
|
||||
for i in range(0, 4):
|
||||
df_drop = df.drop(groups[i:], 1)
|
||||
df_drop = df.drop(groups[i:], axis=1)
|
||||
pivot = df_drop.pivot_table(
|
||||
index=DTTM_ALIAS, columns=groups[:i], values=metrics
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user