Skip to content

Instantly share code, notes, and snippets.

@fk-pixel
Last active August 24, 2020 16:44
Show Gist options
  • Save fk-pixel/593690df3a449b2dfea22d7449bb045e to your computer and use it in GitHub Desktop.
Save fk-pixel/593690df3a449b2dfea22d7449bb045e to your computer and use it in GitHub Desktop.
df_aggregated = x_dataset_csv.groupby("Sütun Ismi").sum()
#böylece sütun altindaki veriler birlestirilmis oluyor (aggregated data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment