Skip to content

Commit 3a3b94b

Browse files
committed
Pandas - Pandas Code Challenges
Former-commit-id: 78b1ca95a92e9e0128c91f4601a194090a059d16
1 parent 4d2139b commit 3a3b94b

10 files changed

+17281
-0
lines changed

Pandas - Pandas Code Challenge/01_Reading and Initial Exploration of Data.ipynb

+933
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/02_Indexing and Slicing.ipynb

+1,703
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/03_Data Cleaning.ipynb

+1,492
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/04_Filter Data.ipynb

+4,579
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/05_Grouping and Aggregration.ipynb

+2,024
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/data/auto_mpg.csv

+399
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/data/landslides.csv

+1,694
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/data/marketing_campaign.csv

+2,241
Large diffs are not rendered by default.

Pandas - Pandas Code Challenge/data/stock_data.csv

+2,215
Large diffs are not rendered by default.

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ To skill up my ML & DS related skills in specific areas and topics:
445445

446446

447447
## Data Analysis, Manipulation & Data Visualization
448+
+ [x] [Pandas Code Challenges](Pandas%20-%20Pandas%20Code%20Challenge)
448449
+ [x] [Advanced Pandas](Pandas%20-%20Advanced%20Pandas)
449450
+ [x] [Data Visualizations with Plotly](DV%20-%20Data%20Visualizations%20with%20Plotly)
450451
+ [x] [Data Analysis with Pandas and Python - BP](Pandas%20-%20Data%20Analysis%20with%20Pandas%20and%20Python%20-%20BP)

0 commit comments

Comments
 (0)