kailukowiak
Follow
🏠
Working from home
Data Science, Linear Programming, Econ, Health Care, Petroleum, and Entertainment.
- Calgary AB
Pinned Loading
-
-
-
-
column_name_cleaner.py
column_name_cleaner.py 1# Replaces spaces and caps.
2df.columns = df.columns.str.strip().str.lower().str.replace(' ', '_').str.replace('(', '').str.replace(')', '')
-
JuliaPerformanceDemo
JuliaPerformanceDemo PublicA shallow, non-exhaustive dive into Julia's impressive performance, tips for type stability and parallel and CUDA programming
Jupyter Notebook
-
3DLables/3DLabeler
3DLables/3DLabeler PublicDeep learning library to label points on 3D objects, generally MRI data.
Jupyter Notebook 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.