@@ -23,7 +23,7 @@ The `tableprint.table` function takes in a matrix of data, a list of headers, a
importtableprint
importnumpyasnp
data=np.random.randn(10,3)
data=np.random.randn(10,3)
headers=['Column A','Column B','Column C']
tableprint.table(data,headers)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.