This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
algoliasearch==2.1.0 | |
altair==4.0.1 | |
annoy==1.15.2 | |
assertpy==0.14 | |
beautifulsoup4==4.8.2 | |
black==19.3b0 | |
bokeh==2.0.0 | |
boto3==1.11.17 | |
botocore==1.14.17 | |
cffi==1.13.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eo pipefail | |
POSITIONAL=() | |
while [[ $# -gt 0 ]] | |
do | |
key="$1" | |
case $key in | |
-n|--namespace) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sepallength | sepalwidth | petallength | petalwidth | class | |
---|---|---|---|---|---|
5.1 | 3.5 | 1.4 | 0.2 | Iris-setosa | |
4.9 | 3.0 | 1.4 | 0.2 | Iris-setosa | |
4.7 | 3.2 | 1.3 | 0.2 | Iris-setosa | |
4.6 | 3.1 | 1.5 | 0.2 | Iris-setosa | |
5.0 | 3.6 | 1.4 | 0.2 | Iris-setosa | |
5.4 | 3.9 | 1.7 | 0.4 | Iris-setosa | |
4.6 | 3.4 | 1.4 | 0.3 | Iris-setosa | |
5.0 | 3.4 | 1.5 | 0.2 | Iris-setosa | |
4.4 | 2.9 | 1.4 | 0.2 | Iris-setosa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
State | Abbreviation | Capital | Largest City | Bird | Flower | |
---|---|---|---|---|---|---|
Alabama | AL | Montgomery | Birmingham | Yellowhammer | Camellia | |
Alaska | AK | Juneau | Anchorage | Willow Ptarmigan | Forget-me-not | |
Arizona | AZ | Phoenix | Phoenix | Cactus Wren | Saguaro Cactus Blossom | |
Arkansas | AR | Little Rock | Little Rock | Mockingbird | Apple Blossom | |
California | CA | Sacramento | Los Angeles | California Valley Quail | Golden Poppy | |
Colorado | CO | Denver | Denver | Lark Bunting | Columbine | |
Connecticut | CT | Hartford | Bridgeport | American Robin | Mountain Laurel | |
Delaware | DE | Dover | Wilmington | Blue Hen Chicken | Peach Blossom | |
Florida | FL | Tallahassee | Jacksonville | Mockingbird | Orange Blossom |