Résultats de recherche: "#PythonDataScienceHandbook"

8 résultats
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