Skip to content

Instantly share code, notes, and snippets.

View Phomint's full-sized avatar
📚
Learning everyday

Patrick Amaral Phomint

📚
Learning everyday
View GitHub Profile
name: uploadgdrive
channels:
- defaults
dependencies:
- python=3.7
- pandas
- google-api-python-client
- google-auth-oauthlib
- sqlalchemy
- pymysql
@Phomint
Phomint / environment.yml
Last active May 24, 2021 18:50
Conda environment to data science
name: explore
channels:
- defaults
dependencies:
- python
- pandas
- seaborn
- matplotlib
- jupyterlab
- scikit-learn