Skip to content

Commit 44f89a0

Browse files
committed
1.numpy&pandas111
1 parent ac4e0b0 commit 44f89a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com/newtest/03-numpy&pandas/Numpy_Demo1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
dates = pd.date_range('20160101',periods=6)
1111
df = pd.DataFrame(np.random.randn(6,4),index=dates,columns=['a','b','c','d'])
1212
print(df)
13+
print(111)
1314
# print (type(df))
1415

0 commit comments

Comments
 (0)