We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8bcdf commit dc0c6f0Copy full SHA for dc0c6f0
src/rashdf/plan.py
@@ -264,7 +264,7 @@ def _mesh_summary_output_min_max(
264
}
265
)
266
dfs.append(df)
267
- df = pd.concat(dfs)
+ df = pd.concat(dfs, ignore_index=True)
268
return df
269
270
def _mesh_summary_output_basic(
@@ -298,7 +298,7 @@ def _mesh_summary_output_basic(
298
299
300
301
302
303
304
def mesh_max_iter(self) -> DataFrame:
0 commit comments