Is it possible to use any datasets available via the kaggle API in Google Colab? I see the Kaggle API is used in this Colab notebook, but it\'s a bit unclear to
kaggle
after the steps (1-6) above, to use dataset from a particular competition in colab, you can use the command:
!kaggle competitions download -c elo-merchant-category-recommendation
( elo-merchant-category-recommendation is the name of the competition. )