Skip to content

Instantly share code, notes, and snippets.

View janduplessis883's full-sized avatar
🎯
Focusing

Jan du Plessis janduplessis883

🎯
Focusing
  • London
  • 11:44 (UTC +01:00)
View GitHub Profile
@janduplessis883
janduplessis883 / Framingham Cardiovascular Risk Logistic Regression.ipynb
Created May 10, 2023 16:44
Framingham Cardiovascular Risk Logistic Regression
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@janduplessis883
janduplessis883 / 4 New Pandas Functions.ipynb
Created May 2, 2023 13:12
4 New Pandas Function to use .query() .nlargest() .groupby() and .cut()
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@janduplessis883
janduplessis883 / Matt Harrison Effective Pandas.ipynb
Last active April 28, 2023 20:58
Matt Harrison Code Along - Pandas Chaining and Type Management
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@janduplessis883
janduplessis883 / autonote.py
Last active April 14, 2023 14:27
AutoNote Jupyter Notebook Code Snippet Manager
# AutoNote version 3.8 (MySQL Database)
import json
import uuid
import mysql.connector
from IPython.display import display, clear_output, Javascript, HTML
from ipywidgets import Button, Output, HBox, Textarea, Checkbox, widgets, ButtonStyle
import os
from datetime import date
import autonote_config as ac
import colorsys