Skip to content
Snippets Groups Projects

Follow-Up Translations

Merged David Schäfer requested to merge translations into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -197,7 +197,7 @@ class Flags:
raise ValueError("raw_data must not have duplicate keys")
if isinstance(item, History):
result[k] = History(item, copy=True) if copy else item
result[k] = item.copy() if copy else item
continue
if not isinstance(item, pd.Series):
Loading