🇲🇽
Building best-in-class customer experiences with sql, python, and google apps script. Also, some Arduino fun.
- Oakland, Ca
- https://csaavs.github.io/
Pinned Loading
-
csaavs.github.io
csaavs.github.io Public templateForked from evanca/quick-portfolio
Use this template if you need a quick developer / data science portfolio! Based on a Minimal Jekyll theme for GitHub Pages.
-
Arduino Sketch for Spaceship Interface
Arduino Sketch for Spaceship Interface 1int switchState = 0;
2void setup (){
3pinMode(3,OUTPUT);
4pinMode(4,OUTPUT);
5pinMode(5,OUTPUT);
-
Combine multiple csv files into one
Combine multiple csv files into one 1import shutil
2import glob
3#the path of the csv files to combine
4path = r''
5allFiles = glob.glob(path + "/*.csv")
-
pydata-book
pydata-book PublicForked from wesm/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Jupyter Notebook
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.