Skip to content

Commit

Permalink
added more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
UzairHussain193 committed Jul 5, 2024
1 parent cbd324c commit af69082
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
Binary file modified assets/images/project-10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/project-11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/project-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 37 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,10 +722,10 @@ <h3 class="h3">Certifications</h3>
<ol class="timeline-list">

<li class="timeline-item">
<h4 class="h4 timeline-item-title">IData Analysis with Python: Zero to Panda</h4>
<h4 class="h4 timeline-item-title">Data Analysis with Python: Zero to Panda</h4>
<span>July 04, 2024</span>
<p class="timeline-text">
"Data Analysis with Python: Zero to Pandas" is a practical and beginner-friendly introduction to data analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis, and Detailed Projects.
Data Analysis with Python: Zero to Pandas" is a practical and beginner-friendly introduction to data analysis covering the basics of Python, Numpy, Pandas, Data Visualization, and Exploratory Data Analysis, and Detailed Projects.
</p>
<a href="https://jovian.com/certificate/MFQTSMJTGM" target="_blank">
<span>Verify Credientials Here!</span>
Expand Down Expand Up @@ -1014,6 +1014,24 @@ <h3 class="project-title">Pets Shop - Ecom</h3>
</a>
</li>


<li class="project-item active" data-filter-item data-category="data science">
<a href="https://github.com/UzairHussain193/75-Days-Data-Science-Challenge/blob/master/Day%2028-29%20-%20EDA%20Project/zerotopandas-course-project.ipynb" target="_blank">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/project-11.png" alt="data-analysis" loading="lazy">
</figure>

<h3 class="project-title">Data Analysis over Chronic Kidney Disease Dataset</h3>

<p class="project-category">Data Science</p>
</a>
</li>

<li class="project-item active" data-filter-item data-category="e-commerce stores">
<a href="">

Expand Down Expand Up @@ -1069,7 +1087,7 @@ <h3 class="project-title">Ecommerce Stores for all Items</h3>
</li>

<li class="project-item active" data-filter-item data-category="web development">
<a href="https://uzairhussain.tech/" target="_blank">
<a href="https://uzairhussain193.github.io/Personal-Portfolio-Web/" target="_blank">

<figure class="project-img">
<div class="project-item-icon-box">
Expand Down Expand Up @@ -1178,6 +1196,22 @@ <h3 class="project-title">Mehran University - GPA Calculator</h3>
</a>
</li>

<li class="project-item active" data-filter-item data-category="data science">
<a href="https://github.com/UzairHussain193/75-Days-Data-Science-Challenge/blob/master/Day%2030-%20StackOverflow%20EDA/python-eda-stackoverflow-survey.ipynb" target="_blank">

<figure class="project-img">
<div class="project-item-icon-box">
<ion-icon name="eye-outline"></ion-icon>
</div>

<img src="./assets/images/project-12.png" alt="data-analysis" loading="lazy">
</figure>

<h3 class="project-title">Exploratory Data Analysis using Python over StackOverflow Dataset.</h3>

<p class="project-category">Data Science</p>
</a>
</li>
</ul>

</section>
Expand Down

0 comments on commit af69082

Please sign in to comment.