소스 검색

Bugfix

master
Lukas Prause 2 년 전
부모
커밋
a2b57d32f1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      plot_single_transmission_EM9190.py

+ 2
- 0
plot_single_transmission_EM9190.py 파일 보기

@@ -97,6 +97,8 @@ if __name__ == "__main__":
serial_df.index = pd.to_datetime(serial_df.index)
serial_df.sort_index()

print(serial_df["Cell_ID"])

serial_df["Cell_ID"] = serial_df["Cell_ID"].apply(
lambda x: int(x.split(" ")[-1].replace("(", "").replace(")", "")))


Loading…
취소
저장