Skip to content

Instantly share code, notes, and snippets.

View aleynasancakli's full-sized avatar
🍊

Aleyna aleynasancakli

🍊
View GitHub Profile
@misho-kr
misho-kr / Data Manipulation with pandas.md
Last active April 5, 2023 13:46
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