Python voor spreadsheetgebruikers
Chris Cardillo
Data Scientist
pd.read_excel().head(), .describe() en .info()df[df[column] == 'value']df[new_column] = df[old_column] + 1df.group_by().sum()pd.ExcelFile() en .parse().merge() en left joinssns.barplot() en plt.show()plt.title(), plt.xlabel() en plt.ylabel()sns.set_style() en sns.despine()huePython voor spreadsheetgebruikers