This is a quick reference guide about Git so I can have it at hand. I took the data from the official documentation located at: https://git-scm.com/docs Command Description Common Variants Example git init Initializes a new Git repository in the current directory. git init git clone Copies a repository from...
Continue reading...Data Science
Azure Databricks Quick Reference Guide
Databricks is an analytics and data engineering platform that sits on top of Spark, an analytics engine for big data processing and machine learning. Spark uses in-memory processing using a distributed computer platform of clusters that work as if they were a single one. Databricks makes it easy to work...
Continue reading...