mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +00:00
Update README.md
This commit is contained in:
@@ -23,7 +23,7 @@ The `tableprint.table` function takes in a matrix of data, a list of headers, a
|
|||||||
import tableprint
|
import tableprint
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
data = np.random.randn(10,3)
|
data = np.random.randn(10, 3)
|
||||||
headers = ['Column A', 'Column B', 'Column C']
|
headers = ['Column A', 'Column B', 'Column C']
|
||||||
|
|
||||||
tableprint.table(data, headers)
|
tableprint.table(data, headers)
|
||||||
|
|||||||
Reference in New Issue
Block a user