Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bio #89

Merged
merged 7 commits into from
Aug 17, 2023
Merged

Bio #89

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
format: jb-book
root: index
parts:
- caption: JupyterBook authors
chapters:
- file: contributors/contributors
- caption: Introduction to exploratory data analysis with SQL and Jupyter
chapters:
- file: exploratory-data-analysis-with-sql/absenteeism-dataset
Expand Down Expand Up @@ -46,6 +49,3 @@ parts:
- file: deploying-your-sql-applications/deploy-your-sql-applications
- file: deploying-your-sql-applications/automating-your-deployments
- file: deploying-your-sql-applications/monitoring-your-deployments
- caption: Video Content
chapters:
- file: video-material/postgres/postgres-intro
Binary file added docs/contributors/Jonathan.jpg
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 docs/contributors/Laura.jpg
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 docs/contributors/Tegveer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions docs/contributors/contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
jupytext:
text_representation:
extension: .md
format_name: myst
format_version: 0.13
jupytext_version: 1.14.6
kernelspec:
display_name: Python 3 (ipykernel)
language: python
name: python3
---

# Authors and Contributors

## Authors

Names are displayed in alphabetical order, using the author's last name.

### Tegveer Ghura

| |
|-|
|![](Tegveer.jpg)|

Tegveer recently completed an enthralling and rewarding summer internship with Ploomber as a Data Scientist. He is a graduate student in the MS in Data Science & Analytics program at Georgetown University and is working towards establishing himself in the industry after graduating in May 2024. He also holds a Bachelor’s degree in Economics from Boston University and has a year’s worth of experience in Finance.

The internship with Ploomber has kickstarted his career in Tech and honed his Data Engineering skills to a whole new extent. He wrote production-quality code using the JupySQL package while documenting its functionality, which provided him a deep, intuitive level of understanding the dynamics of the JupySQL package with everyday Data Science practices. He also enjoyed teamwork at Ploomber while building the SQL course and learned a host of new skills, including ETL pipelining and code containerization, from his peers. He highly recommends applying to Ploomber to those looking to gain an enriching internship experience as well as using Ploomber's packages to streamline project workflows!

TegveerG marked this conversation as resolved.
Show resolved Hide resolved
### Laura Gutierrez Funderburk

| |
|-|
|![](Laura.jpg)|




Laura works as a Developer Advocate for Ploomber. She has over three years of professional experience in data science roles in a variety of settings, including not-for profit, startups as well as the private sector. Laura completed her B.Sc. Mathematics at Simon Fraser University. Her Alma Mater awarded her a Terry Fox Gold medal in 2019 in recognition of her ability to face adversity and give back to the communities she form part of.

### Jonathan Phan

| |
|-|
|![](Jonathan.jpg)|

Jonathan holds a Master’s in Data Science from UC Berkeley and is a current Data Science intern at Ploomber. His previous experience encompasses roles as a Data Engineer intern at startup ventures and a teaching assistant for UC Berkeley's data science courses. His interests span across applications towards statistical topics like experimentation and causal inference to engineering topics such as handling big data with distributed systems. In his free time, Jonathan enjoys playing jazz piano and creating short songs.
Loading