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
Based on previous lab meeting discussion, changes for notebook 2C:
Add a short disclaimer at beginning to explain that efficiency is not the priority for this nb but explainability - it is tutorial focused, designed as a step-by-step intro (with examples of code snippets that could be used). Also mention that in many places where SQL is used, Python could be used instead (by reading output of database query into python dataframe)
Consider more use of RANDOM (alongside LIMIT) so that every time you run a cell you get a different view (could help with the fact that we have lots of empty 'none' cells due to data being synthetic?)
The text was updated successfully, but these errors were encountered:
Based on previous lab meeting discussion, changes for notebook 2C:
Add a short disclaimer at beginning to explain that efficiency is not the priority for this nb but explainability - it is tutorial focused, designed as a step-by-step intro (with examples of code snippets that could be used). Also mention that in many places where SQL is used, Python could be used instead (by reading output of database query into python dataframe)
Consider more use of RANDOM (alongside LIMIT) so that every time you run a cell you get a different view (could help with the fact that we have lots of empty 'none' cells due to data being synthetic?)
The text was updated successfully, but these errors were encountered: