Skip to content

Instantly share code, notes, and snippets.

View halilergul1's full-sized avatar

Halil İbrahim Ergül halilergul1

View GitHub Profile
@halilergul1
halilergul1 / Data Manipulation with pandas.md
Created February 10, 2022 20:38 — forked from misho-kr/Data Manipulation with pandas.md
Summary of "Data Manipulation with pandas" course on Datacamp

pandas is the world's most popular Python library, used for everything from data manipulation to data analysis. Learn how to manipulate DataFrames, as you extract, filter, and transform real-world datasets for analysis. Using real-world data, including Walmart sales figures and global temperature time series, you’ll learn how to import, clean, calculate statistics, and create visualizations—using pandas!

Lead by Maggie Matsui, Data Scientist at DataCamp

Transforming Data

Inspect DataFrames and perform fundamental manipulations, including sorting rows, subsetting, and adding new columns