├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── Zoo_Dataset.ipynb ├── pull_request_template.md └── zoo.csv /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # I am the only Contributor to this Project 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/README.md -------------------------------------------------------------------------------- /Zoo_Dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/Zoo_Dataset.ipynb -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/pull_request_template.md -------------------------------------------------------------------------------- /zoo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sharmaroshan/Zoo-Dataset/HEAD/zoo.csv --------------------------------------------------------------------------------