Posts

Are you a gamer? Look out for these tournaments

Image
Hi Readers, In this blog, I will be discussing my EDA walkthrough on a dataset of ESports Tournaments containing data about 200+ unique tournaments over the years and explain the conclusions from each of the visualizations I make from the data. Dataset source: Check here Link to code: Kaggle Notebook Link Note: I won't be explaining any code in this blog, just the answers, and conclusions. For code check kaggle link. Let's start with the EDA of the data. Peeking at the data: Some immediate questions after looking at the data: Which tournament pays the most? Which countries organize these games most frequently? Which cities organize the games most? How has the prize pool changed over the years? How many tournaments allow solo participation? How many days do these tournaments last? Is the prize pool somehow related to the country organizing the tournament? Can the prize pool be related to how long the tournament lasts? Let's look at the answers to each of these questions next...

Mount OneDrive to Google Colab

Image
  Hi readers,  If you are here I assume you have some files in your onedrive storage and you want to access that from google colab without the hassle of downloading and uploading over and over. You are exactly where you need to be. Let me brief you quickly as to what we are gonna do through this blog and then we will get right to the steps because I am sure you have been searching for quite some time for this. Contents: Downloading Rclone software Authorizing Rclone to your onedrive account from local Generate config token on the local system Use generated token to authorize google colab Final mount and access files Now, that I have given an outline of what will be done throughout the blog, let's get to the steps without further delay. Step 1: Firstly download the rclone software on your local system from here  based on your system specifications. Make sure to download the latest version at the time you are reading this blog. Step 2: After step 1, the rclone software will...