Compare commits
2 Commits
bb94a75417
...
c4d2a66d83
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c4d2a66d83 | ||
|
|
a2b57d32f1 |
@@ -97,6 +97,8 @@ if __name__ == "__main__":
|
|||||||
serial_df.index = pd.to_datetime(serial_df.index)
|
serial_df.index = pd.to_datetime(serial_df.index)
|
||||||
serial_df.sort_index()
|
serial_df.sort_index()
|
||||||
|
|
||||||
|
print(serial_df["Cell_ID"])
|
||||||
|
|
||||||
serial_df["Cell_ID"] = serial_df["Cell_ID"].apply(
|
serial_df["Cell_ID"] = serial_df["Cell_ID"].apply(
|
||||||
lambda x: int(x.split(" ")[-1].replace("(", "").replace(")", "")))
|
lambda x: int(x.split(" ")[-1].replace("(", "").replace(")", "")))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user