Horje
Connecting Kaggle to Google Colab Code Example
Connecting Kaggle to Google Colab
! pip install kaggle # Install the Kaggle library
! mkdir ~/.kaggle # Make a directory named “.kaggle”
! cp kaggle.json ~/.kaggle/ # Copy the “kaggle.json” into this new directory
! chmod 600 ~/.kaggle/kaggle.json # Allocate the required permission for this file.
! kaggle competitions download <name-of-competition> # Downloading Competitions dataset
! kaggle datasets download <name-of-dataset> # Downloading Datasets




Python

Related
how to scroll down to end of page in selenium python Code Example how to scroll down to end of page in selenium python Code Example
inverse matrix python Code Example inverse matrix python Code Example
cannot import name 'abc' from 'bson.py3compat' Code Example cannot import name 'abc' from 'bson.py3compat' Code Example
ERROR:  character with byte sequence 0xd0 0x9f in encoding "UTF8" has no equivalent in encoding "LATIN1" Code Example ERROR: character with byte sequence 0xd0 0x9f in encoding "UTF8" has no equivalent in encoding "LATIN1" Code Example
python regex for a url Code Example python regex for a url Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7