Skip to content

Commit

Permalink
Merge pull request #3 from ibis-project/docs/improve-intro
Browse files Browse the repository at this point in the history
Improve wording and formatting in Welcome notebook
  • Loading branch information
astrojuanlu authored Jun 14, 2024
2 parents 5b64f18 + f6f42be commit 7d9fb0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 00 - Welcome.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"\n",
"| | |\n",
"|--------|------|\n",
"| **Deepyaman Datta** ![Deepyaman](static/deepyaman.jpg) | Deepyaman is a software engineer at Voltron Data. Before their acquisition by Voltron Data, he was a Founding Machine Learning Engineer at Claypot AI, working on their real-time feature engineering platform. Prior to that, he led data engineering teams and asset development across a range of industries at QuantumBlack, AI by McKinsey. |\n",
"| **Juan Luis Cano Rodríguez** ![Juan Luis](static/juanluis.png) | Juan Luis (he/him/él) is an Aerospace Engineer with a passion for tech communities, outreach, and sustainability. He works at QuantumBlack, AI by McKinsey, as Product Manager for Kedro, an opinionated Python framework for creating reproducible, maintainable and modular data science code. He has worked as Developer Advocate at Read the Docs, as software engineer in the space, consulting, and banking industries, and as a Python trainer for several private and public entities. |"
"| ![Deepyaman](static/deepyaman.jpg) | **Deepyaman Datta**<br><br>Deepyaman is a software engineer at Voltron Data. Before their acquisition by Voltron Data, he was a Founding Machine Learning Engineer at Claypot AI, working on their real-time feature engineering platform. Prior to that, he led data engineering teams and asset development across a range of industries at QuantumBlack, AI by McKinsey. |\n",
"| ![Juan Luis](static/juanluis.png) | **Juan Luis Cano Rodríguez**<br><br>Juan Luis (he/him/él) is an Aerospace Engineer with a passion for tech communities, outreach, and sustainability. He works at QuantumBlack, AI by McKinsey, as Product Manager for Kedro, an opinionated Python framework for creating reproducible, maintainable and modular data science code. He has worked as Developer Advocate at Read the Docs, as software engineer in the space, consulting, and banking industries, and as a Python trainer for several private and public entities. |"
]
},
{
Expand Down Expand Up @@ -247,7 +247,7 @@
"tags": []
},
"source": [
"- ...prototyped a node in pandas, and then rewritten it in PySpark/Snowpark/some other native dataframe API?"
"- ...prototyped code in pandas, and then rewritten it in PySpark/Snowpark/some other native dataframe API?"
]
},
{
Expand All @@ -260,7 +260,7 @@
"tags": []
},
"source": [
"- ...implemented a proof-of-concept solution in 3-4 months on data extracts, and then struggled massively when you needed to move to running against the production databases and scale out?"
"- ...implemented a proof-of-concept solution on data extracts, and then struggled massively when you needed to move to running against the production databases and scale out?"
]
},
{
Expand All @@ -273,7 +273,7 @@
"tags": []
},
"source": [
"- ...insisted on using Kedro across the full data engineering/data science workflow for consistency (fair enough), although dbt would have been the much better fit for non-ML pipelines, because you essentially needed a SQL workflow?"
"- ...insisted on using Python across the full data engineering/data science workflow for consistency (fair enough), although dbt would have been the much better fit for non-ML pipelines, because you essentially needed a SQL workflow?"
]
}
],
Expand Down

0 comments on commit 7d9fb0d

Please sign in to comment.