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