bugsfamily
Google Code Prettify - 輕量級的語法上色工具
星期二, 3月 26, 2019
NumPy及Pandas套件
'''
http://psop-blog.logdown.com/posts/2911380-python-pandas
'''
import numpy as np
import pandas as pd
df = pd.DataFrame(np.random.randn(4,2),index=['a', 'a', 'b', 'b'])
print(df)
較新的文章
較舊的文章
首頁