You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ All solutions in this notebook are implemented using **PySpark** to ensure consi
31
31
-**GitHub Repository Access:**
32
32
- Access to your GitHub repository containing solutions to LeetCode SQL questions. Users should be able to clone the repository, review the solutions, and potentially contribute if allowed.
33
33
34
-
## setting up **Databricks Premium** and **Databricks Community Edition** to work with PySpark.
35
34
36
35
## **1. Setting up Databricks Premium (Paid Version)**
37
36
Databricks Premium is a paid plan that offers advanced features such as higher compute power, security options, and integrations.
@@ -93,6 +92,9 @@ Databricks Community Edition is a free, limited version ideal for learning PySpa
93
92
| Security Features | Advanced | Basic |
94
93
| Collaboration | Multi-user | Single-user |
95
94
95
+
> **Note:**
96
+
> The Databricks Community Edition will be more than adequate for this activity.
0 commit comments