Код: Выделить всё
df3 = pd.DataFrame(
arraym,
index=["Amperes"]
).T
if ll == 3:
df3 = df3.iloc[::-3, :]

Подробнее здесь: https://stackoverflow.com/questions/793 ... w-in-excel
Код: Выделить всё
df3 = pd.DataFrame(
arraym,
index=["Amperes"]
).T
if ll == 3:
df3 = df3.iloc[::-3, :]
