搜索结果: "#PythonDataScienceHandbook"

9 结果
Arjan Hada
Arjan Hada@arjan_hada·
@jakevdp Thank you for the excellent book- #PythonDataScienceHandbook and the Altair library. What are your recommendations for some good resources to learn Statistics (advanced) using Python?
English
0
0
0
0
s
s@somenamenew·
And today I finished reading the #PythonDataScienceHandbook by @jakevdp! Thanks Jake! Time to get to work exploring some real (or not real) data sets and see where I can get with my new tools. Day 57 #100DaysOfCode
English
0
0
0
0
ah
ah@IAteAnDrew1·
Thanks #PythonDataScienceHandbook! I finally can elegantly slice #pandas #dataframes and use multi-index new: pop_df.loc[('California', slice(2000, 2010)), 'total'] old: pop_df.loc[(pop_df['state'] == 'California') & (pop_df['year'] >= 2000) & (pop_df['year'] <= 2010), 'total']
ah tweet media
English
0
0
0
0