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

Notebook 2C - improvements #8

Open
RayStick opened this issue Sep 5, 2024 · 1 comment
Open

Notebook 2C - improvements #8

RayStick opened this issue Sep 5, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature

Comments

@RayStick
Copy link
Member

RayStick commented Sep 5, 2024

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?)

@RayStick RayStick added documentation Improvements or additions to documentation enhancement New feature labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature
Projects
None yet
Development

No branches or pull requests

3 participants
@Rainiefantasy @RayStick and others