https://github.com/chendaniely/2022-09-30-yvr_datafest
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Keywords
workshop
Last synced: 5 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: chendaniely
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://sites.google.com/view/datajam2022
- Size: 70.3 KB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
workshop
Created over 3 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
README.md
2022-09-30-yvr_datafest
Intro to Python
Installation
- See the Software-Carpentry Installations for
python: https://carpentries.github.io/workshop-template/#python- This is the single most important part, the rest of the steps below is less essential as long as you have python installed before the workshop.
Testing your installation
- Run the
test_installation.pyscript (or copy/paste the import statments into a python interpreter)
python
import pandas as pd
import seaborn as sns
import sklearn as sk
How to run the Jupyter Notebook
Windows/Mac
There will be an Anaconda Navigator application that installs to your system. You can launch the Jupyter notebook from there to run your python code.
Linux
Anaconda's Python installation should be your system's default python.
Make sure you open a new terminal window for this to take effect.
You can launch python by typing jupyter notebook
Creating a Notebook
Once you have the Jupyter notebook launched, there's a button towards the top right called new.
Click this and select Python 3.
Get Data
- Download or Clone the this repository.
- Press the green button towards the top right
- click download zip
- extract
- celebrate
Owner
- Name: Daniel Chen
- Login: chendaniely
- Kind: user
- Location: JFK -> DCA -> ROA -> JFK -> YVR
- Company: @rstudio @UBC-DSCI @UBC-MDS
- Website: http://chendaniely.github.io
- Twitter: chendaniely
- Repositories: 460
- Profile: https://github.com/chendaniely
bow ties are cool
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0