Skip to content

Instantly share code, notes, and snippets.

@nasajpledu
Created April 30, 2024 23:58
Show Gist options
  • Save nasajpledu/bd16f6656669f5d685a1e091677c5ecf to your computer and use it in GitHub Desktop.
Save nasajpledu/bd16f6656669f5d685a1e091677c5ecf to your computer and use it in GitHub Desktop.
p3 = mtx.loc[: , [6]]
p4 = mtx.loc[: , [7]]
t8 = mtx.loc[: , [2]]
tb = mtx.loc[: , [1]]
t9 = mtx.loc[: , [3]]
t14 = mtx.loc[: , [4]]
t15 = mtx.loc[: , [5]]
p5 = mtx.loc[: , [8]]
#print(p3)
a = []
b = []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment