diff --git a/_posts/2025-01-15-PandasIntro.md b/_posts/2025-01-15-PandasIntro.md index a083832..e961261 100644 --- a/_posts/2025-01-15-PandasIntro.md +++ b/_posts/2025-01-15-PandasIntro.md @@ -9,7 +9,7 @@ math: true ## Lesson Notes in .ipynb file -[How to handle Data, and Images(16) - Pandas Introduction]() +[How to handle Data, and Images(16) - Pandas Introduction](https://github.com/hyeonukim/DataProcessing_ImageHandling/blob/main/How_to_handle_Data%2C_and_Images(16)_Pandas_Introduction.ipynb) ## Topics @@ -313,6 +313,9 @@ Banana 2.0 2 Carrot 1.0 3 ``` +summary.csv | +![Desktop View](/assets/img/HandleImageData/16-saved.PNG) + ## Summary - Pandas is used to effectively manage data, and helps visualize data diff --git a/assets/img/HandleImageData/16-saved.PNG b/assets/img/HandleImageData/16-saved.PNG new file mode 100644 index 0000000..1c960d1 Binary files /dev/null and b/assets/img/HandleImageData/16-saved.PNG differ